| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 238 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 239 | 239 |
| 240 [ $compiler == none ] | 240 [ $compiler == none ] |
| 241 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 241 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 242 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 242 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 243 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 243 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 244 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 244 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 245 | 245 |
| 246 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 246 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
| 247 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 247 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 248 mirrors/mirrors_used_inheritance_test: Skip # Issue 16048 | 248 mirrors/mirrors_used_inheritance_test: RuntimeError # Issue 16048 |
| 249 | 249 |
| 250 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 250 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 251 | 251 |
| 252 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 252 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
| 253 async/schedule_microtask6_test: Fail # Issue 10910 | 253 async/schedule_microtask6_test: Fail # Issue 10910 |
| 254 async/timer_test: Fail, Pass # Issue 15487 | 254 async/timer_test: Fail, Pass # Issue 15487 |
| 255 async/multiple_timer_test: Fail, Pass # Issue 15487 | 255 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 256 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 256 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 257 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. | 257 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. |
| 258 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0 | 258 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 [ $compiler == dart2js && $mode == debug ] | 305 [ $compiler == dart2js && $mode == debug ] |
| 306 mirrors/native_class_test: Pass, Slow | 306 mirrors/native_class_test: Pass, Slow |
| 307 | 307 |
| 308 [ $arch == simmips || $arch == mips ] | 308 [ $arch == simmips || $arch == mips ] |
| 309 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. | 309 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. |
| 310 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow | 310 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow |
| 311 | 311 |
| 312 [ $arch == simarm ] | 312 [ $arch == simarm ] |
| 313 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 313 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 314 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 314 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| OLD | NEW |