| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 *: Skip | 69 *: Skip |
| 70 | 70 |
| 71 [ $compiler == dart2js && $browser ] | 71 [ $compiler == dart2js && $browser ] |
| 72 spawn_uri_test: Skip # dart2js does not support spawnUri yet | 72 spawn_uri_test: Skip # dart2js does not support spawnUri yet |
| 73 spawn_uri_negative_test: Skip # ditto | 73 spawn_uri_negative_test: Skip # ditto |
| 74 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 74 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 75 spawn_uri_vm_negative_test: Skip # ditto above. | 75 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 | 76 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| 77 # implement timer (currently only in d8) | 77 # implement timer (currently only in d8) |
| 78 | 78 |
| 79 [ $compiler == dart2js && $runtime == d8 ] | 79 [ $compiler == dart2js && $jscl ] |
| 80 multiple_timer_test: Fail,OK # Needs Timer to run. | 80 multiple_timer_test: Fail,OK # Needs Timer to run. |
| 81 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) | 81 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) |
| 82 spawn_uri_test: Fail, OK # loading another file is not supported in d8 | 82 spawn_uri_test: Fail, OK # loading another file is not supported in d8 |
| 83 spawn_uri_vm_negative_test: Skip # ditto above. | 83 spawn_uri_vm_negative_test: Skip # ditto above. |
| 84 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 84 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 85 timer_cancel_test: Fail,OK # Needs Timer to run. | 85 timer_cancel_test: Fail,OK # Needs Timer to run. |
| 86 timer_cancel1_test: Fail,OK # Needs Timer to run. | 86 timer_cancel1_test: Fail,OK # Needs Timer to run. |
| 87 timer_cancel2_test: Fail,OK # Needs Timer to run. | 87 timer_cancel2_test: Fail,OK # Needs Timer to run. |
| 88 timer_isolate_test: Fail, OK # Needs Timer to run. | 88 timer_isolate_test: Fail, OK # Needs Timer to run. |
| 89 timer_repeat_test: Fail,OK # Needs Timer to run. | 89 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 90 timer_test: Fail,OK # Needs Timer to run. | 90 timer_test: Fail,OK # Needs Timer to run. |
| 91 | 91 |
| 92 [ $compiler == dart2js && $runtime == none ] | 92 [ $compiler == dart2js && $runtime == none ] |
| 93 *: Fail, Pass # TODO(ahe): Triage these tests. | 93 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 94 | 94 |
| 95 [ $compiler == dart2dart ] | 95 [ $compiler == dart2dart ] |
| 96 # Skip until we stabilize language tests. | 96 # Skip until we stabilize language tests. |
| 97 *: Skip | 97 *: Skip |
| OLD | NEW |