| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 102 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 103 | 103 |
| 104 [ $compiler == none && $runtime == dartium ] | 104 [ $compiler == none && $runtime == dartium ] |
| 105 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur
e. | 105 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. | 106 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |
| 107 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur
e. | 107 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur
e. |
| 108 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. | 108 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. |
| 109 | 109 |
| 110 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 110 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 111 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 111 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 112 # Issue 14400: spawnFunction is crashing | 112 browser/compute_this_script_browser_stream_test: Fail |
| 113 browser/compute_this_script_browser_stream_test: Crash, Fail | 113 browser/compute_this_script_browser_test: Fail |
| 114 browser/compute_this_script_browser_test: Crash, Fail | |
| 115 browser/typed_data_message_test: Skip # 13961 | 114 browser/typed_data_message_test: Skip # 13961 |
| 116 count_stream_test: Crash, Fail | 115 count_stream_test: Fail |
| 117 count_test: Crash, Fail | 116 count_test: Fail |
| 118 cross_isolate_message_test: Crash, Fail | 117 cross_isolate_message_test: Fail |
| 119 global_error_handler2_test: Crash, Fail | 118 global_error_handler2_test: Fail |
| 120 global_error_handler_stream2_test: Crash, Fail | 119 global_error_handler_stream2_test: Fail |
| 121 global_error_handler_stream_test: Crash, Fail | 120 global_error_handler_stream_test: Fail |
| 122 global_error_handler_test: Crash, Fail | 121 global_error_handler_test: Fail |
| 123 illegal_msg_stream_test: Crash, Fail | 122 illegal_msg_stream_test: Fail |
| 124 illegal_msg_test: Crash, Fail | 123 illegal_msg_test: Fail |
| 125 isolate_complex_messages_stream_test: Crash, Fail | 124 isolate_complex_messages_stream_test: Fail |
| 126 isolate_complex_messages_test: Crash, Fail | 125 isolate_complex_messages_test: Fail |
| 127 isolate_stress_test: Crash, Fail | 126 isolate_stress_test: Fail |
| 128 mandel_isolate_stream_test: Crash, Fail | 127 mandel_isolate_stream_test: Fail |
| 129 mandel_isolate_test: Crash, Fail | 128 mandel_isolate_test: Fail |
| 130 message2_test: Crash, Fail | 129 message2_test: Fail |
| 131 message_stream2_test: Crash, Fail | 130 message_stream2_test: Fail |
| 132 message_stream_test: Crash, Fail | 131 message_stream_test: Fail |
| 133 message_test: Crash, Fail | 132 message_test: Fail |
| 134 mint_maker_test: Crash, Fail | 133 mint_maker_test: Fail |
| 135 nested_spawn2_test: Crash, Fail | 134 nested_spawn2_test: Fail |
| 136 nested_spawn_stream_test: Crash, Fail | 135 nested_spawn_stream_test: Fail |
| 137 nested_spawn_test: Crash, Fail | 136 nested_spawn_test: Fail |
| 138 request_reply_test: Crash, Fail | 137 request_reply_test: Fail |
| 139 spawn_function_custom_class_test: Crash, Fail | 138 spawn_function_custom_class_test: Fail |
| 140 spawn_function_test: Crash, Fail | 139 spawn_function_test: Fail |
| 141 stacktrace_message_test: Crash, Fail | 140 stacktrace_message_test: Fail |
| 142 unresolved_ports_test: Crash, Fail | 141 unresolved_ports_test: Fail |
| OLD | NEW |