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