| 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 unresolved_ports_negative_test: Skip # Issue 6839 | 7 unresolved_ports_negative_test: Skip # Issue 6839 |
| 8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
| 9 | 9 |
| 10 [ $compiler == none ] | 10 [ $compiler == none ] |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 | 90 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 |
| 91 | 91 |
| 92 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 92 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
| 93 isolate_stress_test: Pass, Slow # Issue 10697 | 93 isolate_stress_test: Pass, Slow # Issue 10697 |
| 94 | 94 |
| 95 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 95 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 96 isolate_stress_test: Skip # Issue 12537 | 96 isolate_stress_test: Skip # Issue 12537 |
| 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 | 101 |
| 101 [ $runtime == d8 || $runtime == ie9 ] | 102 [ $runtime == d8 || $runtime == ie9 ] |
| 102 spawn_uri_multi_test/none: Fail # http://dartbug.com/13544 | 103 spawn_uri_multi_test/none: Fail # http://dartbug.com/13544 |
| OLD | NEW |