| 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 [ $compiler == none ] | 9 [ $compiler == none ] |
| 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 cross_isolate_message_stream_test: Fail # Issue 13433 | 96 cross_isolate_message_stream_test: Fail # Issue 13433 |
| 97 | 97 |
| 98 [ $csp ] | 98 [ $csp ] |
| 99 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 99 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
| 100 spawn_uri_test: Fail # http://dartbug.com/13454 | 100 spawn_uri_test: Fail # http://dartbug.com/13454 |
| 101 | 101 |
| 102 [ $jscl || $runtime == ie9 ] | 102 [ $jscl || $runtime == ie9 ] |
| 103 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 103 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 104 | 104 |
| 105 [ $compiler == none && $runtime == dartium ] | 105 [ $compiler == none && $runtime == dartium ] |
| 106 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur
e. |
| 106 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. | 107 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |
| 108 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur
e. |
| 109 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. |
| 110 |
| OLD | NEW |