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

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

Issue 11366078: Report error for deprecated #library #import #source (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
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 # test issue 6512
34 isolate2_negative_test: Pass
35 compute_this_script_browser_test: Pass
36
37
33 [ $compiler == dart2js ] 38 [ $compiler == dart2js ]
34 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 39 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
35 40
36 [ $runtime == safari ] 41 [ $runtime == safari ]
37 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 42 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 43 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 44 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
40 message_test: Skip 45 message_test: Skip
41 46
42 [ $runtime == ff ] 47 [ $runtime == ff ]
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 timer_isolate_test: Fail, OK # Needs Timer to run. 98 timer_isolate_test: Fail, OK # Needs Timer to run.
94 timer_repeat_test: Fail,OK # Needs Timer to run. 99 timer_repeat_test: Fail,OK # Needs Timer to run.
95 timer_test: Fail,OK # Needs Timer to run. 100 timer_test: Fail,OK # Needs Timer to run.
96 101
97 [ $compiler == dart2js && $runtime == none ] 102 [ $compiler == dart2js && $runtime == none ]
98 *: Fail, Pass # TODO(ahe): Triage these tests. 103 *: Fail, Pass # TODO(ahe): Triage these tests.
99 104
100 [ $compiler == dart2dart ] 105 [ $compiler == dart2dart ]
101 # Skip until we stabilize language tests. 106 # Skip until we stabilize language tests.
102 *: Skip 107 *: Skip
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698