| 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 |
| 11 isolate2_negative_test: Skip # Issue 12587. | 11 isolate2_negative_test: Skip # Issue 12587. |
| 12 isolate3_negative_test: Skip # Issue 12587. | 12 isolate3_negative_test: Skip # Issue 12587. |
| 13 | 13 |
| 14 [ $analyzer ] | 14 [ $analyzer ] |
| 15 isolate2_negative_test: Fail | 15 isolate2_negative_test: Fail |
| 16 isolate_negative_test: Fail | 16 isolate_negative_test: Fail |
| 17 isolate_import_negative_test: Fail |
| 17 spawn_function_negative_test: Fail | 18 spawn_function_negative_test: Fail |
| 18 spawn_uri_vm_negative_test: Fail | 19 spawn_uri_vm_negative_test: Fail |
| 19 unresolved_ports_negative_test: Fail | 20 unresolved_ports_negative_test: Fail |
| 21 mandel_isolate_test: Fail # issue 14452 |
| 20 | 22 |
| 21 [ $compiler == dart2js && $jscl ] | 23 [ $compiler == dart2js && $jscl ] |
| 22 browser/*: SkipByDesign # Browser specific tests | 24 browser/*: SkipByDesign # Browser specific tests |
| 23 illegal_msg_stream_test: RuntimeError # Issue 6750 | |
| 24 | |
| 25 [ $compiler == dart2js && $browser ] | |
| 26 illegal_msg_stream_test: Fail, Pass # Issue 6750 | |
| 27 | 25 |
| 28 [ $compiler == dart2js && $runtime == drt ] | 26 [ $compiler == dart2js && $runtime == drt ] |
| 29 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 27 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
| 28 isolate_stress_test: Pass, Crash # Issue 14438 |
| 30 | 29 |
| 31 [ $compiler == dart2js ] | 30 [ $compiler == dart2js ] |
| 32 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart | 31 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart |
| 33 illegal_msg_test: RuntimeError # Issue 6750 | |
| 34 stream_mangling_test: RuntimeError # Issue 9245 | |
| 35 | 32 |
| 36 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024 | 33 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024 |
| 37 global_error_handler_stream_test: Pass, RuntimeError # Issue 9012, Issue 9024 | |
| 38 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024 | 34 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024 |
| 39 global_error_handler_stream2_test: Pass, RuntimeError # Issue 9012, Issue 9024 | |
| 40 | 35 |
| 41 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] | 36 [ $compiler == dart2js && $runtime == ie9 ] |
| 42 browser/typed_data_message_test: Fail # Issue 12624 | 37 browser/typed_data_message_test: Fail # Issue 12624 |
| 43 | 38 |
| 44 [ $compiler == dart2js && $runtime == safari ] | 39 [ $compiler == dart2js && $runtime == safari ] |
| 45 cross_isolate_message_test: Skip # Issue 12627 | 40 cross_isolate_message_test: Skip # Issue 12627 |
| 46 message_test: Skip # Issue 12627 | 41 message_test: Skip # Issue 12627 |
| 47 | 42 |
| 48 [ $compiler == dart2js && $runtime == opera ] | 43 [ $compiler == dart2js && $runtime == opera ] |
| 49 isolate2_negative_test: Skip # Issue 12625 | 44 isolate2_negative_test: Skip # Issue 12625 |
| 50 unresolved_ports_negative_test: Skip # Issue 12626 | 45 unresolved_ports_negative_test: Skip # Issue 12626 |
| 51 | 46 |
| 52 [ $compiler == dart2js ] | 47 [ $compiler == dart2js ] |
| 53 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 48 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. |
| 54 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. | 49 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. |
| 55 spawn_uri_vm_negative_test: SkipByDesign # Test uses a ".dart" URI. | 50 spawn_uri_vm_negative_test: SkipByDesign # Test uses a ".dart" URI. |
| 56 | 51 |
| 57 [ $compiler == dart2js && $browser ] | 52 [ $compiler == dart2js && $browser ] |
| 58 isolate2_negative_test: Fail, Pass # Issue 7769 | 53 isolate2_negative_test: Fail, Pass # Issue 7769 |
| 59 | 54 |
| 60 [ $compiler == dart2js && $jscl ] | 55 [ $compiler == dart2js && $jscl ] |
| 61 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 56 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
| 62 | 57 |
| 63 [ $compiler == dart2js && $runtime == ie9 ] | 58 [ $compiler == dart2js && $runtime == ie9 ] |
| 64 spawn_uri_test: Fail # Issue 12630 | 59 spawn_uri_test: Fail # Issue 12630 |
| 65 | 60 |
| 66 [ $compiler == dart2js && $runtime == none ] | 61 [ $compiler == dart2js && $runtime == none ] |
| 67 spawn_function_negative_test: Fail # Issue 12628 | 62 spawn_function_negative_test: Fail # Issue 12628 |
| 68 unresolved_ports_negative_test: Fail # Issue 12628 | 63 unresolved_ports_negative_test: Fail # Issue 12628 |
| 69 stream_mangling_test: Pass # Issue 12628 | |
| 70 isolate_negative_test: Fail # Issue 12628 | 64 isolate_negative_test: Fail # Issue 12628 |
| 71 serialization_test: Pass # Issue 12628 | 65 serialization_test: Pass # Issue 12628 |
| 72 isolate_import_negative_test: Fail # Issue 12628 | 66 isolate_import_negative_test: Fail # Issue 12628 |
| 73 isolate2_negative_test: Fail # Issue 12628 | 67 isolate2_negative_test: Fail # Issue 12628 |
| 74 illegal_msg_test: Pass # Issue 12628 | 68 illegal_msg_test: Pass # Issue 12628 |
| 75 | 69 |
| 76 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 70 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 77 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 71 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
| 78 mandel_isolate_stream_test: Pass, Slow # TODO(kasperl): Please triage. | |
| 79 | 72 |
| 80 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
| 81 | 74 |
| 82 [ $compiler == dart2dart ] | 75 [ $compiler == dart2dart ] |
| 83 *: Skip # Issue 12629 | 76 *: Skip # Issue 12629 |
| 84 | 77 |
| 85 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | 78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] |
| 86 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | 79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 |
| 87 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 | |
| 88 | 80 |
| 89 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
| 90 isolate_stress_test: Pass, Slow # Issue 10697 | 82 isolate_stress_test: Pass, Slow # Issue 10697 |
| 91 | 83 |
| 92 [ $compiler == none && $runtime == drt ] | 84 [ $compiler == none && $runtime == drt ] |
| 93 isolate_stress_test: Skip # Issue 12537 | 85 isolate_stress_test: Skip # Issue 12537 |
| 94 nested_spawn_stream2_test: Fail # Issue 13433 | |
| 95 cross_isolate_message_stream_test: Fail # Issue 13433 | |
| 96 | 86 |
| 97 [ $csp ] | 87 [ $csp ] |
| 98 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 88 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
| 99 spawn_uri_test: Fail # http://dartbug.com/13454 | 89 spawn_uri_test: Fail # http://dartbug.com/13454 |
| 100 | 90 |
| 101 [ $jscl || $runtime == ie9 ] | 91 [ $jscl || $runtime == ie9 ] |
| 102 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 92 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 103 | 93 |
| 104 [ $compiler == none && $runtime == dartium ] | 94 [ $compiler == none && $runtime == dartium ] |
| 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. | 95 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. | |
| 108 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. | |
| 109 | 96 |
| 110 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 111 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 98 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 112 browser/compute_this_script_browser_stream_test: Fail | |
| 113 browser/compute_this_script_browser_test: Fail | 99 browser/compute_this_script_browser_test: Fail |
| 114 browser/typed_data_message_test: Skip # 13961 | 100 browser/typed_data_message_test: Skip # 13961 |
| 115 count_stream_test: Fail | |
| 116 count_test: Fail | 101 count_test: Fail |
| 117 cross_isolate_message_test: Fail | 102 cross_isolate_message_test: Fail |
| 118 global_error_handler2_test: Fail | 103 global_error_handler2_test: Fail |
| 119 global_error_handler_stream2_test: Fail | |
| 120 global_error_handler_stream_test: Fail | |
| 121 global_error_handler_test: Fail | 104 global_error_handler_test: Fail |
| 122 illegal_msg_stream_test: Fail | |
| 123 illegal_msg_test: Fail | 105 illegal_msg_test: Fail |
| 124 isolate_complex_messages_stream_test: Fail | |
| 125 isolate_complex_messages_test: Fail | 106 isolate_complex_messages_test: Fail |
| 126 isolate_stress_test: Fail | 107 isolate_stress_test: Fail |
| 127 mandel_isolate_stream_test: Fail | |
| 128 mandel_isolate_test: Fail | 108 mandel_isolate_test: Fail |
| 129 message2_test: Fail | 109 message2_test: Fail |
| 130 message_stream2_test: Fail | |
| 131 message_stream_test: Fail | |
| 132 message_test: Fail | 110 message_test: Fail |
| 133 mint_maker_test: Fail | 111 mint_maker_test: Fail |
| 134 nested_spawn2_test: Fail | 112 nested_spawn2_test: Fail |
| 135 nested_spawn_stream_test: Fail | |
| 136 nested_spawn_test: Fail | 113 nested_spawn_test: Fail |
| 137 request_reply_test: Fail | 114 request_reply_test: Fail |
| 138 spawn_function_custom_class_test: Fail | 115 spawn_function_custom_class_test: Fail |
| 139 spawn_function_test: Fail | 116 spawn_function_test: Fail |
| 140 stacktrace_message_test: Fail | 117 stacktrace_message_test: Fail |
| 141 unresolved_ports_test: Fail | 118 unresolved_ports_test: Fail |
| OLD | NEW |