| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 | 296 |
| 297 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 297 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 298 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 298 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 299 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 299 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 300 | 300 |
| 301 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 301 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 302 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 302 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 303 | 303 |
| 304 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 304 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 305 | 305 |
| 306 profiler/metrics_test: Fail # Issue 20309 |
| 307 profiler/metrics_num_test: Fail # Issue 20309 |
| 308 |
| 306 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 309 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 307 async/*deferred*: Skip # Issue 17458 | 310 async/*deferred*: Skip # Issue 17458 |
| 308 mirrors/*deferred*: Skip # Issue 17458 | 311 mirrors/*deferred*: Skip # Issue 17458 |
| 309 | 312 |
| 310 [ $compiler == dart2js && $mode == debug ] | 313 [ $compiler == dart2js && $mode == debug ] |
| 311 mirrors/native_class_test: Pass, Slow | 314 mirrors/native_class_test: Pass, Slow |
| 312 | 315 |
| 313 [ $arch == simmips || $arch == mips ] | 316 [ $arch == simmips || $arch == mips ] |
| 314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. | 317 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. |
| 315 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow | 318 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow |
| 316 | 319 |
| 317 [ $arch == simarm ] | 320 [ $arch == simarm ] |
| 318 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 321 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 319 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 322 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 320 | 323 |
| 321 [ $compiler == dart2js ] | 324 [ $compiler == dart2js ] |
| 322 profiler/metrics_num_test: Skip # Because of a int / double type test. | 325 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 323 | 326 |
| 324 [ $arch == simarm64 ] | 327 [ $arch == simarm64 ] |
| 325 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 328 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |