| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 [ $compiler == dart2js && $minified ] | 200 [ $compiler == dart2js && $minified ] |
| 201 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 | 201 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 |
| 202 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c
omments when this test starts succeeding. | 202 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c
omments when this test starts succeeding. |
| 203 | 203 |
| 204 [ $compiler == dart2dart ] | 204 [ $compiler == dart2dart ] |
| 205 mirrors/*: Skip # http://dartbug.com/11511 | 205 mirrors/*: Skip # http://dartbug.com/11511 |
| 206 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 | 206 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 |
| 207 | 207 |
| 208 [ $compiler == dart2dart && $minified ] | 208 [ $compiler == dart2dart && $minified ] |
| 209 convert/json_lib_test: Fail # Issue 10961 | 209 convert/json_lib_test: Fail # Issue 10961 |
| 210 convert/json2_test: Fail # Issue 10961 | |
| 211 | 210 |
| 212 [ $compiler == dart2js && $minified ] | 211 [ $compiler == dart2js && $minified ] |
| 213 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 212 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
| 214 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 | 213 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 |
| 215 mirrors/mirrors_used_get_name_test: RuntimeError | 214 mirrors/mirrors_used_get_name_test: RuntimeError |
| 216 mirrors/mirrors_used_get_name2_test: RuntimeError | 215 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 217 | 216 |
| 218 [ $runtime == ff ] | 217 [ $runtime == ff ] |
| 219 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 218 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 220 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 219 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 | 323 |
| 325 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 326 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 | 325 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 |
| 327 | 326 |
| 328 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 329 async/*deferred*: Skip # Issue 17458 | 328 async/*deferred*: Skip # Issue 17458 |
| 330 mirrors/*deferred*: Skip # Issue 17458 | 329 mirrors/*deferred*: Skip # Issue 17458 |
| 331 | 330 |
| 332 [ $compiler == dart2js && $mode == debug ] | 331 [ $compiler == dart2js && $mode == debug ] |
| 333 mirrors/native_class_test: Pass, Slow | 332 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |