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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 | 232 |
233 [ $runtime == opera && $system == windows] | 233 [ $runtime == opera && $system == windows] |
234 # TODO(efortuna): Investigate. | 234 # TODO(efortuna): Investigate. |
235 async/timer_test: Fail, Pass | 235 async/timer_test: Fail, Pass |
236 | 236 |
237 [ $runtime == vm ] | 237 [ $runtime == vm ] |
238 async/timer_not_available_test: Fail, OK | 238 async/timer_not_available_test: Fail, OK |
239 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 239 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
240 | 240 |
241 [ $compiler == none ] | 241 [ $compiler == none ] |
| 242 mirrors/invocation_fuzz_test: Fail, OK |
242 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 243 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
243 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 244 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
244 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 245 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
245 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 246 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
246 | 247 |
247 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 248 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
248 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 249 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
249 | 250 |
250 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 251 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
251 | 252 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 311 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
311 | 312 |
312 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 313 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
313 | 314 |
314 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 315 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
315 async/*deferred*: Skip # Issue 17458 | 316 async/*deferred*: Skip # Issue 17458 |
316 mirrors/*deferred*: Skip # Issue 17458 | 317 mirrors/*deferred*: Skip # Issue 17458 |
317 | 318 |
318 [ $compiler == dart2js && $mode == debug ] | 319 [ $compiler == dart2js && $mode == debug ] |
319 mirrors/native_class_test: Pass, Slow | 320 mirrors/native_class_test: Pass, Slow |
OLD | NEW |