Skip to content

Commit

Permalink
Backed out changeset 0477a13c69c8 (bug 1612149) for failing test_try_…
Browse files Browse the repository at this point in the history
…option_syntax.py on a CLOSED TREE

UltraBlame original commit: af5574826004feaa47224b7c4c10d7eed916f512
  • Loading branch information
marco-c committed Feb 12, 2020
1 parent ba1742e commit a50a0c1
Showing 1 changed file with 137 additions and 28 deletions.
165 changes: 137 additions & 28 deletions taskcluster/taskgraph/try_option_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,20 +1333,6 @@
-
asan
'

'
linux1804
-
64
'

'
linux1804
-
64
-
asan
'

]

Expand All @@ -1365,20 +1351,6 @@
-
asan
'

'
linux1804
-
64
'

'
linux1804
-
64
-
asan
'

]

Expand Down Expand Up @@ -1486,6 +1458,90 @@
'
]

#
other
commonly
-
used
substrings
for
platforms
not
yet
supported
with

#
in
-
tree
taskgraphs
:

#
'
10
.
10
.
5
'
:
[
.
.
TODO
.
.
]

#
'
10
.
6
'
:
[
.
.
TODO
.
.
]

#
'
10
.
8
'
:
[
.
.
TODO
.
.
]

#
'
Android
2
.
3
API9
'
:
[
.
.
TODO
.
.
]

'
Windows
7
Expand Down Expand Up @@ -1515,6 +1571,19 @@
'
]

'
Windows
8
'
:
[
'
windows8
-
64
'
]

'
Windows
10
Expand All @@ -1527,6 +1596,46 @@
64
'
]

#
'
Windows
XP
'
:
[
.
.
TODO
.
.
]

#
'
win32
'
:
[
.
.
TODO
.
.
]

#
'
win64
'
:
[
.
.
TODO
.
.
]
}
TEST_CHUNK_SUFFIX
=
Expand Down

0 comments on commit a50a0c1

Please sign in to comment.