| 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 isolate2_negative_test: Skip # Need to resolve correct behaviour. | 6 isolate2_negative_test: Skip # Need to resolve correct behaviour. |
| 7 isolate3_negative_test: Skip # test depends on isolate error exiting process. | 7 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
| 8 serialization_test: Skip # tests dart2js-specific serialization code | 8 serialization_test: Skip # tests dart2js-specific serialization code |
| 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
| 10 compute_this_script_browser_test: Skip # browser specific test | 10 compute_this_script_browser_test: Skip # browser specific test |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 | 55 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 |
| 56 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 | 56 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 |
| 57 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 | 57 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 |
| 58 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 | 58 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 |
| 59 | 59 |
| 60 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] | 60 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] |
| 61 typed_data_message_test: Fail | 61 typed_data_message_test: Fail |
| 62 | 62 |
| 63 [ $runtime == safari ] | 63 [ $runtime == safari ] |
| 64 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 64 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 65 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | |
| 66 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | |
| 67 message_test: Skip | 65 message_test: Skip |
| 68 | 66 |
| 69 [ $runtime == opera ] | 67 [ $runtime == opera ] |
| 70 isolate2_negative_test: Skip # Timeout. | 68 isolate2_negative_test: Skip # Timeout. |
| 71 unresolved_ports_negative_test: Skip # See Issue 6839 | 69 unresolved_ports_negative_test: Skip # See Issue 6839 |
| 72 | 70 |
| 73 [ $compiler == dart2js && $browser ] | 71 [ $compiler == dart2js && $browser ] |
| 74 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 72 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 75 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v
m. | 73 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v
m. |
| 76 spawn_uri_vm_negative_test: Skip # ditto above. | 74 spawn_uri_vm_negative_test: Skip # ditto above. |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 [ $arch == mips ] | 108 [ $arch == mips ] |
| 111 *: Skip | 109 *: Skip |
| 112 | 110 |
| 113 [ $arch == simmips ] | 111 [ $arch == simmips ] |
| 114 *: Skip | 112 *: Skip |
| 115 | 113 |
| 116 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 114 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 117 # Skipped for in-progress Dartium rull on 8-16-2013 | 115 # Skipped for in-progress Dartium rull on 8-16-2013 |
| 118 isolate_stress_test: Skip | 116 isolate_stress_test: Skip |
| 119 | 117 |
| OLD | NEW |