Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tests/isolate/isolate.status

Issue 10905305: Patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Replaced includeInjectedMembers by implementation Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 10 matching lines...) Expand all
21 21
22 [ $compiler == dartc ] 22 [ $compiler == dartc ]
23 serialization_test: Skip # tests dart2js-specific serialization code 23 serialization_test: Skip # tests dart2js-specific serialization code
24 isolate_negative_test: Fail # status change with --check-only 24 isolate_negative_test: Fail # status change with --check-only
25 isolate2_negative_test: Fail # status change with --check-only 25 isolate2_negative_test: Fail # status change with --check-only
26 spawn_function_negative_test: Fail, OK # Fails at runtime. 26 spawn_function_negative_test: Fail, OK # Fails at runtime.
27 spawn_uri_negative_test: Fail, OK # Fails at runtime. 27 spawn_uri_negative_test: Fail, OK # Fails at runtime.
28 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 28 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
29 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 29 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
30 30
31 [ $compiler == dart2js ]
32 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
33
31 [ $runtime == safari ] 34 [ $runtime == safari ]
32 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 35 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
33 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 36 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
34 mixed2_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
35 message_test: Skip 38 message_test: Skip
36 39
37 # TODO(ager): Update these. 40 # TODO(ager): Update these.
38 [ $runtime == ie && $system == windows ] 41 [ $runtime == ie && $system == windows ]
39 v2*: Skip 42 v2*: Skip
40 43
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 multiple_timer_test: Fail,OK # Needs Timer to run. 79 multiple_timer_test: Fail,OK # Needs Timer to run.
77 timer_test: Fail,OK # Needs Timer to run. 80 timer_test: Fail,OK # Needs Timer to run.
78 timer_repeat_test: Fail,OK # Needs Timer to run. 81 timer_repeat_test: Fail,OK # Needs Timer to run.
79 82
80 [ $compiler == dart2js && $runtime == none ] 83 [ $compiler == dart2js && $runtime == none ]
81 *: Fail, Pass # TODO(ahe): Triage these tests. 84 *: Fail, Pass # TODO(ahe): Triage these tests.
82 85
83 [ $compiler == dart2dart ] 86 [ $compiler == dart2dart ]
84 # Skip until we stabilize language tests. 87 # Skip until we stabilize language tests.
85 *: Skip 88 *: Skip
OLDNEW
« lib/compiler/implementation/warnings.dart ('K') | « tests/compiler/dart2js/patch_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698