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

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

Issue 15409002: Report CTEC.IMPLICIT_THIS_REFERENCE_IN_INITIALIZER (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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.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
(...skipping 22 matching lines...) Expand all
33 spawn_uri_negative_test: Fail, OK # Fails at runtime. 33 spawn_uri_negative_test: Fail, OK # Fails at runtime.
34 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 34 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
35 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 35 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
36 36
37 # test issue 6512 37 # test issue 6512
38 isolate2_negative_test: Pass 38 isolate2_negative_test: Pass
39 compute_this_script_browser_test: Pass 39 compute_this_script_browser_test: Pass
40 40
41 [ $compiler == dartanalyzer ] 41 [ $compiler == dartanalyzer ]
42 isolate2_negative_test: fail 42 isolate2_negative_test: fail
43 isolate3_negative_test: fail
44 isolate_import_negative_test: fail 43 isolate_import_negative_test: fail
45 isolate_negative_test: fail 44 isolate_negative_test: fail
46 spawn_function_negative_test: fail 45 spawn_function_negative_test: fail
47 spawn_uri_negative_test: fail 46 spawn_uri_negative_test: fail
48 spawn_uri_vm_negative_test: fail 47 spawn_uri_vm_negative_test: fail
49 unresolved_ports_negative_test: fail 48 unresolved_ports_negative_test: fail
50 49
51 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] 50 [ $compiler == dart2js && ($runtime == d8 || $jscl) ]
52 illegal_msg_stream_test: Fail # Issue 6750 51 illegal_msg_stream_test: Fail # Issue 6750
53 typed_data_message_test: Fail, OK # DataView only supported in browsers. 52 typed_data_message_test: Fail, OK # DataView only supported in browsers.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 *: Skip 131 *: Skip
133 132
134 [ $arch == simarm ] 133 [ $arch == simarm ]
135 *: Skip 134 *: Skip
136 135
137 [ $arch == mips ] 136 [ $arch == mips ]
138 *: Skip 137 *: Skip
139 138
140 [ $arch == simmips ] 139 [ $arch == simmips ]
141 *: Skip 140 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698