| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 | 244 |
| 245 [ $runtime == vm ] | 245 [ $runtime == vm ] |
| 246 async/timer_not_available_test: Fail, OK | 246 async/timer_not_available_test: Fail, OK |
| 247 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 247 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 248 | 248 |
| 249 [ $compiler == none ] | 249 [ $compiler == none ] |
| 250 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 250 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 251 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 251 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 252 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 252 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 253 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 253 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 254 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17521 | |
| 255 | 254 |
| 256 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 255 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
| 257 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 256 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 258 | 257 |
| 259 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 258 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 260 | 259 |
| 261 mirrors/immutable_collections_test: Fail # Issue 17823 | 260 mirrors/immutable_collections_test: Fail # Issue 17823 |
| 262 | 261 |
| 263 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 262 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
| 264 async/schedule_microtask6_test: Fail # Issue 10910 | 263 async/schedule_microtask6_test: Fail # Issue 10910 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 321 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 323 | 322 |
| 324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 323 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 325 | 324 |
| 326 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 325 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 327 async/*deferred*: Skip # Issue 17458 | 326 async/*deferred*: Skip # Issue 17458 |
| 328 mirrors/*deferred*: Skip # Issue 17458 | 327 mirrors/*deferred*: Skip # Issue 17458 |
| 329 | 328 |
| 330 [ $compiler == dart2js && $mode == debug ] | 329 [ $compiler == dart2js && $mode == debug ] |
| 331 mirrors/native_class_test: Pass, Slow | 330 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |