| 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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94
07 | 6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94
07 |
| 7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940
7 | 7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940
7 |
| 8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | 8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | 9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | 10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 [ $compiler == dart2js ] | 57 [ $compiler == dart2js ] |
| 58 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 58 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 59 illegal_msg_test: Fail # Issue 6750 | 59 illegal_msg_test: Fail # Issue 6750 |
| 60 stream_mangling_test: Fail # Issue 9245 | 60 stream_mangling_test: Fail # Issue 9245 |
| 61 | 61 |
| 62 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 | 62 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 |
| 63 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 | 63 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 |
| 64 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 | 64 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 |
| 65 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 | 65 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 |
| 66 | 66 |
| 67 [ $compiler == dart2js && ($runtime == ff || $runtime == chrome || $runtime == i
e9 || $runtime == ie10 || $runtime == safari) ] |
| 68 typed_data_message_test: Fail |
| 69 |
| 67 [ $runtime == safari ] | 70 [ $runtime == safari ] |
| 68 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 71 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 69 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 72 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 70 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 73 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 71 message_test: Skip | 74 message_test: Skip |
| 72 | 75 |
| 73 # TODO(ager): Update these. | 76 # TODO(ager): Update these. |
| 74 [ $runtime == ie9 && $system == windows ] | 77 [ $runtime == ie9 && $system == windows ] |
| 75 v2*: Skip | 78 v2*: Skip |
| 76 | 79 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 *: Skip | 125 *: Skip |
| 123 | 126 |
| 124 [ $arch == simarm ] | 127 [ $arch == simarm ] |
| 125 *: Skip | 128 *: Skip |
| 126 | 129 |
| 127 [ $arch == mips ] | 130 [ $arch == mips ] |
| 128 *: Skip | 131 *: Skip |
| 129 | 132 |
| 130 [ $arch == simmips ] | 133 [ $arch == simmips ] |
| 131 *: Skip | 134 *: Skip |
| OLD | NEW |