| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
| 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
| 8 | 8 |
| 9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
| 10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 string_from_environment_default_value_test: Skip | 119 string_from_environment_default_value_test: Skip |
| 120 | 120 |
| 121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 122 browser/typed_data_message_test: StaticWarning | 122 browser/typed_data_message_test: StaticWarning |
| 123 mint_maker_test: StaticWarning | 123 mint_maker_test: StaticWarning |
| 124 | 124 |
| 125 [ $compiler != none || $runtime != vm ] | 125 [ $compiler != none || $runtime != vm ] |
| 126 package_root_test: SkipByDesign # Uses dart:io. | 126 package_root_test: SkipByDesign # Uses dart:io. |
| 127 | 127 |
| 128 [ $compiler == dart2js && $cps_ir ] | 128 [ $compiler == dart2js && $cps_ir ] |
| 129 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 129 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented |
| 130 isolate_current_test: RuntimeError # Please triage this failure. | 130 isolate_current_test: RuntimeError # Please triage this failure. |
| 131 message3_test/byteBuffer: RuntimeError # Please triage this failure. | 131 message3_test/byteBuffer: RuntimeError # Please triage this failure. |
| 132 message3_test/fun: RuntimeError # Please triage this failure. | 132 message3_test/fun: RuntimeError # Please triage this failure. |
| 133 message3_test/int32x4: RuntimeError # Please triage this failure. | 133 message3_test/int32x4: RuntimeError # Please triage this failure. |
| 134 message3_test/none: RuntimeError # Please triage this failure. | 134 message3_test/none: RuntimeError # Please triage this failure. |
| OLD | NEW |