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 serialization_test: Skip # tests dart2js-specific serialization code | 7 serialization_test: Skip # tests dart2js-specific serialization code |
8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
9 compute_this_script_browser_test: Skip # browser specific test | 9 compute_this_script_browser_test: Skip # browser specific test |
10 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 10 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
(...skipping 12 matching lines...) Expand all Loading... |
23 | 23 |
24 [ $compiler == dartc ] | 24 [ $compiler == dartc ] |
25 serialization_test: Skip # tests dart2js-specific serialization code | 25 serialization_test: Skip # tests dart2js-specific serialization code |
26 isolate_negative_test: Fail # status change with --check-only | 26 isolate_negative_test: Fail # status change with --check-only |
27 isolate2_negative_test: Fail # status change with --check-only | 27 isolate2_negative_test: Fail # status change with --check-only |
28 spawn_function_negative_test: Fail, OK # Fails at runtime. | 28 spawn_function_negative_test: Fail, OK # Fails at runtime. |
29 spawn_uri_negative_test: Fail, OK # Fails at runtime. | 29 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
30 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. | 30 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
31 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 31 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
32 | 32 |
| 33 # packages issue 6340 |
| 34 compute_this_script_browser_test: Fail, OK |
| 35 |
| 36 |
33 [ $compiler == dart2js ] | 37 [ $compiler == dart2js ] |
34 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 38 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
35 | 39 |
36 [ $runtime == safari ] | 40 [ $runtime == safari ] |
37 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 41 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
38 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 42 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
39 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 43 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
40 message_test: Skip | 44 message_test: Skip |
41 | 45 |
42 [ $runtime == ff ] | 46 [ $runtime == ff ] |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 timer_isolate_test: Fail, OK # Needs Timer to run. | 97 timer_isolate_test: Fail, OK # Needs Timer to run. |
94 timer_repeat_test: Fail,OK # Needs Timer to run. | 98 timer_repeat_test: Fail,OK # Needs Timer to run. |
95 timer_test: Fail,OK # Needs Timer to run. | 99 timer_test: Fail,OK # Needs Timer to run. |
96 | 100 |
97 [ $compiler == dart2js && $runtime == none ] | 101 [ $compiler == dart2js && $runtime == none ] |
98 *: Fail, Pass # TODO(ahe): Triage these tests. | 102 *: Fail, Pass # TODO(ahe): Triage these tests. |
99 | 103 |
100 [ $compiler == dart2dart ] | 104 [ $compiler == dart2dart ] |
101 # Skip until we stabilize language tests. | 105 # Skip until we stabilize language tests. |
102 *: Skip | 106 *: Skip |
OLD | NEW |