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

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

Issue 22871003: Issue 11892. It is compile-time error when unqualified invocation with unresolved identifier. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/language/language_analyzer.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 isolate3_negative_test: Skip # test depends on isolate error exiting process. 7 isolate3_negative_test: Skip # test depends on isolate error exiting process.
8 serialization_test: Skip # tests dart2js-specific serialization code 8 serialization_test: Skip # tests dart2js-specific serialization code
9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
10 compute_this_script_browser_test: Skip # browser specific test 10 compute_this_script_browser_test: Skip # browser specific test
11 compute_this_script_browser_stream_test: Skip # browser specific test 11 compute_this_script_browser_stream_test: Skip # browser specific test
12 ports_compilation_browser_test: Skip # browser specific test 12 ports_compilation_browser_test: Skip # browser specific test
13 unresolved_ports_negative_test: Skip # See Issue 6839 13 unresolved_ports_negative_test: Skip # See Issue 6839
14 isolate_stress_test: Fail # TODO(ahe): This should be able to pass when we have wrapper-less tests. 14 isolate_stress_test: Fail # TODO(ahe): This should be able to pass when we have wrapper-less tests.
15 15
16 [ $compiler == none && $runtime == drt ] 16 [ $compiler == none && $runtime == drt ]
17 isolate2_negative_test: Skip # Inherited from VM. 17 isolate2_negative_test: Skip # Inherited from VM.
18 isolate3_negative_test: Skip # Inherited from VM. 18 isolate3_negative_test: Skip # Inherited from VM.
19 serialization_test: Skip # tests dart2js-specific serialization code 19 serialization_test: Skip # tests dart2js-specific serialization code
20 spawn_uri_test: Skip # uses a .js extension (not for dartium) 20 spawn_uri_test: Skip # uses a .js extension (not for dartium)
21 spawn_uri_negative_test: Skip # ditto 21 spawn_uri_negative_test: Skip # ditto
22 22
23 [ $compiler == dartanalyzer ] 23 [ $compiler == dartanalyzer ]
24 isolate2_negative_test: fail 24 isolate2_negative_test: fail
25 isolate_import_negative_test: fail
26 isolate_negative_test: fail 25 isolate_negative_test: fail
27 spawn_function_negative_test: fail 26 spawn_function_negative_test: fail
28 spawn_uri_negative_test: fail 27 spawn_uri_negative_test: fail
29 spawn_uri_vm_negative_test: fail 28 spawn_uri_vm_negative_test: fail
30 unresolved_ports_negative_test: fail 29 unresolved_ports_negative_test: fail
31 30
32 [ $compiler == dart2analyzer ] 31 [ $compiler == dart2analyzer ]
33 isolate2_negative_test: fail 32 isolate2_negative_test: fail
34 isolate_import_negative_test: fail 33 isolate_import_negative_test: fail
35 isolate_negative_test: fail 34 isolate_negative_test: fail
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 118 isolate_stress_test: Pass, Slow # http://dartbug.com/10697
120 119
121 [ $arch == arm || $arch == simarm ] 120 [ $arch == arm || $arch == simarm ]
122 *: Skip 121 *: Skip
123 122
124 [ $arch == mips ] 123 [ $arch == mips ]
125 *: Skip 124 *: Skip
126 125
127 [ $arch == simmips ] 126 [ $arch == simmips ]
128 *: Skip 127 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698