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

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

Issue 26746002: Issue 13918. final fields induce setters that are illegal to call (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
11 isolate2_negative_test: Skip # Issue 12587. 11 isolate2_negative_test: Skip # Issue 12587.
12 isolate3_negative_test: Skip # Issue 12587. 12 isolate3_negative_test: Skip # Issue 12587.
13 13
14 [ $analyzer ] 14 [ $analyzer ]
15 isolate2_negative_test: Fail 15 isolate2_negative_test: Fail
16 isolate_negative_test: Fail 16 isolate_negative_test: Fail
17 spawn_function_negative_test: Fail 17 spawn_function_negative_test: Fail
18 spawn_uri_vm_negative_test: Fail 18 spawn_uri_vm_negative_test: Fail
19 unresolved_ports_negative_test: Fail 19 unresolved_ports_negative_test: Fail
20 20
21 [ $compiler == dartanalyzer ]
22 # pkg issue 13945; Missing inherited member 'Trace.frames'
23 spawn_uri_multi_test/none: fail
24
21 [ $compiler == dart2js && $jscl ] 25 [ $compiler == dart2js && $jscl ]
22 browser/*: SkipByDesign # Browser specific tests 26 browser/*: SkipByDesign # Browser specific tests
23 illegal_msg_stream_test: RuntimeError # Issue 6750 27 illegal_msg_stream_test: RuntimeError # Issue 6750
24 28
25 [ $compiler == dart2js && $browser ] 29 [ $compiler == dart2js && $browser ]
26 illegal_msg_stream_test: Fail, Pass # Issue 6750 30 illegal_msg_stream_test: Fail, Pass # Issue 6750
27 31
28 [ $compiler == dart2js && $runtime == drt ] 32 [ $compiler == dart2js && $runtime == drt ]
29 unresolved_ports_negative_test: Pass, Crash # Issue 10613 33 unresolved_ports_negative_test: Pass, Crash # Issue 10613
30 34
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 105
102 [ $jscl || $runtime == ie9 ] 106 [ $jscl || $runtime == ie9 ]
103 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 107 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
104 108
105 [ $compiler == none && $runtime == dartium ] 109 [ $compiler == none && $runtime == dartium ]
106 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e. 110 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e.
107 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. 111 global_error_handler2_test: Fail # Issue 13719: Please triage this failure.
108 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e. 112 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e.
109 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. 113 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure.
110 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698