| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 109 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 110 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 110 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 111 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 111 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 112 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 | 112 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 |
| 113 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 113 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 114 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 | 114 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 |
| 115 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 | 115 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 |
| 116 mirrors/list_constructor_test/01: RuntimeError # Issue 13523 | 116 mirrors/list_constructor_test/01: RuntimeError # Issue 13523 |
| 117 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 | 117 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 |
| 118 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 | 118 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 |
| 119 mirrors/deferred_mirrors_metadata_test: Crash # Issue 17732 | |
| 120 | 119 |
| 121 [ $runtime == safari ] | 120 [ $runtime == safari ] |
| 122 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 121 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 123 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 122 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 124 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 123 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 125 mirrors/to_string_test: Fail # Safari bug TODO(ahe): Add bug number if able to s
ubmit bug. | 124 mirrors/to_string_test: Fail # Safari bug TODO(ahe): Add bug number if able to s
ubmit bug. |
| 126 mirrors/null_test: Fail # http://dartbug.com/16831 | 125 mirrors/null_test: Fail # http://dartbug.com/16831 |
| 127 | 126 |
| 128 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 127 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 129 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 128 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 318 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 320 | 319 |
| 321 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 320 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 322 | 321 |
| 323 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 322 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 324 async/*deferred*: Skip # Issue 17458 | 323 async/*deferred*: Skip # Issue 17458 |
| 325 mirrors/*deferred*: Skip # Issue 17458 | 324 mirrors/*deferred*: Skip # Issue 17458 |
| 326 | 325 |
| 327 [ $compiler == dart2js && $mode == debug ] | 326 [ $compiler == dart2js && $mode == debug ] |
| 328 mirrors/native_class_test: Pass, Slow | 327 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |