| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 | 88 |
| 89 [ $csp ] | 89 [ $csp ] |
| 90 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 90 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
| 91 spawn_uri_test: Fail # http://dartbug.com/13454 | 91 spawn_uri_test: Fail # http://dartbug.com/13454 |
| 92 | 92 |
| 93 [ $jscl || $runtime == ie9 ] | 93 [ $jscl || $runtime == ie9 ] |
| 94 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 94 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 95 | 95 |
| 96 [ $compiler == none && $runtime == dartium ] | 96 [ $compiler == none && $runtime == dartium ] |
| 97 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. | 97 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |
| 98 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
| 98 | 99 |
| 99 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 100 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 100 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 101 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 101 browser/compute_this_script_browser_test: Fail | 102 browser/compute_this_script_browser_test: Fail |
| 102 browser/typed_data_message_test: Skip # 13961 | 103 browser/typed_data_message_test: Skip # 13961 |
| 103 count_test: Fail | 104 count_test: Fail |
| 104 cross_isolate_message_test: Fail | 105 cross_isolate_message_test: Fail |
| 105 global_error_handler2_test: Fail | 106 global_error_handler2_test: Fail |
| 106 global_error_handler_test: Fail | 107 global_error_handler_test: Fail |
| 107 illegal_msg_test: Fail | 108 illegal_msg_test: Fail |
| 108 isolate_complex_messages_test: Fail | 109 isolate_complex_messages_test: Fail |
| 109 isolate_stress_test: Fail | 110 isolate_stress_test: Fail |
| 110 mandel_isolate_test: Fail | 111 mandel_isolate_test: Fail |
| 111 message2_test: Fail | 112 message2_test: Fail |
| 112 message_test: Fail | 113 message_test: Fail |
| 113 mint_maker_test: Fail | 114 mint_maker_test: Fail |
| 114 nested_spawn2_test: Fail | 115 nested_spawn2_test: Fail |
| 115 nested_spawn_test: Fail | 116 nested_spawn_test: Fail |
| 116 request_reply_test: Fail | 117 request_reply_test: Fail |
| 117 spawn_function_custom_class_test: Fail | 118 spawn_function_custom_class_test: Fail |
| 118 spawn_function_test: Fail | 119 spawn_function_test: Fail |
| 119 stacktrace_message_test: Fail | 120 stacktrace_message_test: Fail |
| 120 unresolved_ports_test: Fail | 121 unresolved_ports_test: Fail |
| OLD | NEW |