| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 *: Skip # Issue 12629 | 76 *: Skip # Issue 12629 |
| 77 | 77 |
| 78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | 78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] |
| 79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | 79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 |
| 80 | 80 |
| 81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
| 82 isolate_stress_test: Pass, Slow # Issue 10697 | 82 isolate_stress_test: Pass, Slow # Issue 10697 |
| 83 isolate_stress_test: Timeout # Issue 14461 | 83 isolate_stress_test: Timeout # Issue 14461 |
| 84 | 84 |
| 85 [ $compiler == none && $runtime == drt ] | 85 [ $compiler == none && $runtime == drt ] |
| 86 isolate_stress_test: Skip # Issue 12537 | 86 isolate_stress_test: Skip # Issue 14463 |
| 87 spawn_uri_nested_vm_test: Skip # Issue 14463 |
| 87 | 88 |
| 88 [ $csp ] | 89 [ $csp ] |
| 89 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 90 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
| 90 spawn_uri_test: Fail # http://dartbug.com/13454 | 91 spawn_uri_test: Fail # http://dartbug.com/13454 |
| 91 | 92 |
| 92 [ $jscl || $runtime == ie9 ] | 93 [ $jscl || $runtime == ie9 ] |
| 93 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 94 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 94 | 95 |
| 95 [ $compiler == none && $runtime == dartium ] | 96 [ $compiler == none && $runtime == dartium ] |
| 96 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. | 97 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 110 message2_test: Fail | 111 message2_test: Fail |
| 111 message_test: Fail | 112 message_test: Fail |
| 112 mint_maker_test: Fail | 113 mint_maker_test: Fail |
| 113 nested_spawn2_test: Fail | 114 nested_spawn2_test: Fail |
| 114 nested_spawn_test: Fail | 115 nested_spawn_test: Fail |
| 115 request_reply_test: Fail | 116 request_reply_test: Fail |
| 116 spawn_function_custom_class_test: Fail | 117 spawn_function_custom_class_test: Fail |
| 117 spawn_function_test: Fail | 118 spawn_function_test: Fail |
| 118 stacktrace_message_test: Fail | 119 stacktrace_message_test: Fail |
| 119 unresolved_ports_test: Fail | 120 unresolved_ports_test: Fail |
| OLD | NEW |