William Hesse 2017-08-07 13:37:11 +02:00
parent 969ad4f622
commit d109fe7f1a
2 changed files with 8 additions and 0 deletions

View file

@ -840,3 +840,7 @@ type_variable_typedef_test: RuntimeError # Issue 29920
# running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
# classes to invert negative test status in the same way our other tools do.
prefix10_negative_test: Skip # Issue 29920
[ $compiler == dartdevc && $system == windows ]
multiline_strings_test: RuntimeError # Issue 30336
raw_string_test: RuntimeError # Issue 30336

View file

@ -345,3 +345,7 @@ html/touchevent_test: RuntimeError # Issue 29922
html/svg_test: RuntimeError # Issue 29922
math/math_test: RuntimeError # Issue 29922
math/math2_test: RuntimeError # Issue 29922
[ $compiler == dartdevc && $system == windows ]
convert/json_pretty_test: RuntimeError # Issue 30336
html/xhr_test/xhr: Skip # Times out. Issue 21527