| 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 |
| 11 # implement timer (currently only in d8) | 11 # implement timer (currently only in d8) |
| 12 timer_isolate_test: Skip # See Issue 4997 |
| 12 | 13 |
| 13 [ $compiler == none && $runtime == drt ] | 14 [ $compiler == none && $runtime == drt ] |
| 14 serialization_test: Skip # tests dart2js-specific serialization code | 15 serialization_test: Skip # tests dart2js-specific serialization code |
| 15 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 16 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 16 spawn_uri_negative_test: Skip # ditto | 17 spawn_uri_negative_test: Skip # ditto |
| 17 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 18 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 18 spawn_uri_vm_negative_test: Skip | 19 spawn_uri_vm_negative_test: Skip |
| 20 timer_isolate_test: Pass, Fail # See Issue 4997 |
| 19 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 21 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| 20 # implement timer (currently only in d8) | 22 # implement timer (currently only in d8) |
| 21 | 23 |
| 22 [ $compiler == dartc ] | 24 [ $compiler == dartc ] |
| 23 serialization_test: Skip # tests dart2js-specific serialization code | 25 serialization_test: Skip # tests dart2js-specific serialization code |
| 24 isolate_negative_test: Fail # status change with --check-only | 26 isolate_negative_test: Fail # status change with --check-only |
| 25 isolate2_negative_test: Fail # status change with --check-only | 27 isolate2_negative_test: Fail # status change with --check-only |
| 26 spawn_function_negative_test: Fail, OK # Fails at runtime. | 28 spawn_function_negative_test: Fail, OK # Fails at runtime. |
| 27 spawn_uri_negative_test: Fail, OK # Fails at runtime. | 29 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
| 28 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. | 30 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
| 29 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 31 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 30 | 32 |
| 31 [ $compiler == dart2js ] | 33 [ $compiler == dart2js ] |
| 32 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 34 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 33 | 35 |
| 34 [ $runtime == safari ] | 36 [ $runtime == safari ] |
| 35 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 37 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 36 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 38 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 37 mixed2_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 |
| 38 message_test: Skip | 40 message_test: Skip |
| 39 | 41 |
| 40 [ $runtime == ff ] | 42 [ $runtime == ff ] |
| 41 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 43 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 44 multiple_timer_test: Pass, Fail |
| 45 timer_isolate_test: Pass, Fail |
| 42 timer_test: Pass, Fail | 46 timer_test: Pass, Fail |
| 43 multiple_timer_test: Pass, Fail | |
| 44 | 47 |
| 45 [ $runtime == ff && $system == windows ] | 48 [ $runtime == ff && $system == windows ] |
| 46 message2_test: Skip # http://dartbug.com/5744 (bug causes hang, so skip test) | 49 message2_test: Skip # http://dartbug.com/5744 (bug causes hang, so skip test) |
| 47 | 50 |
| 48 # TODO(ager): Update these. | 51 # TODO(ager): Update these. |
| 49 [ $runtime == ie && $system == windows ] | 52 [ $runtime == ie && $system == windows ] |
| 50 v2*: Skip | 53 v2*: Skip |
| 51 | 54 |
| 52 [ $runtime == safari && $system == macos ] | 55 [ $runtime == safari && $system == macos ] |
| 53 v2*: Skip | 56 v2*: Skip |
| (...skipping 16 matching lines...) Expand all Loading... |
| 70 | 73 |
| 71 [ $compiler == dart2js && $browser ] | 74 [ $compiler == dart2js && $browser ] |
| 72 spawn_uri_test: Skip # dart2js does not support spawnUri yet | 75 spawn_uri_test: Skip # dart2js does not support spawnUri yet |
| 73 spawn_uri_negative_test: Skip # ditto | 76 spawn_uri_negative_test: Skip # ditto |
| 74 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 77 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 75 spawn_uri_vm_negative_test: Skip # ditto above. | 78 spawn_uri_vm_negative_test: Skip # ditto above. |
| 76 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 79 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| 77 # implement timer (currently only in d8) | 80 # implement timer (currently only in d8) |
| 78 | 81 |
| 79 [ $compiler == dart2js && $runtime == d8 ] | 82 [ $compiler == dart2js && $runtime == d8 ] |
| 83 multiple_timer_test: Fail,OK # Needs Timer to run. |
| 84 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) |
| 80 spawn_uri_test: Fail, OK # loading another file is not supported in d8 | 85 spawn_uri_test: Fail, OK # loading another file is not supported in d8 |
| 81 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) | 86 spawn_uri_vm_negative_test: Skip # ditto above. |
| 82 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 87 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 83 spawn_uri_vm_negative_test: Skip # ditto above. | |
| 84 timer_cancel_test: Fail,OK # Needs Timer to run. | 88 timer_cancel_test: Fail,OK # Needs Timer to run. |
| 85 timer_cancel1_test: Fail,OK # Needs Timer to run. | 89 timer_cancel1_test: Fail,OK # Needs Timer to run. |
| 86 timer_cancel2_test: Fail,OK # Needs Timer to run. | 90 timer_cancel2_test: Fail,OK # Needs Timer to run. |
| 87 multiple_timer_test: Fail,OK # Needs Timer to run. | 91 timer_isolate_test: Fail, OK # Needs Timer to run. |
| 92 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 88 timer_test: Fail,OK # Needs Timer to run. | 93 timer_test: Fail,OK # Needs Timer to run. |
| 89 timer_repeat_test: Fail,OK # Needs Timer to run. | |
| 90 | 94 |
| 91 [ $compiler == dart2js && $runtime == none ] | 95 [ $compiler == dart2js && $runtime == none ] |
| 92 *: Fail, Pass # TODO(ahe): Triage these tests. | 96 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 93 | 97 |
| 94 [ $compiler == dart2dart ] | 98 [ $compiler == dart2dart ] |
| 95 # Skip until we stabilize language tests. | 99 # Skip until we stabilize language tests. |
| 96 *: Skip | 100 *: Skip |
| OLD | NEW |