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

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

Issue 53863002: Fix analyzer status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « no previous file | no next file » | 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 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_import_negative_test: Fail 16 isolate_import_negative_test: Fail
17 unresolved_ports_negative_test: Fail 17 unresolved_ports_test: Pass
18 mandel_isolate_test: Fail # issue 14452 18 mandel_isolate_test: Fail # issue 14452
19 19
20 [ $compiler == dart2js && $jscl ] 20 [ $compiler == dart2js && $jscl ]
21 browser/*: SkipByDesign # Browser specific tests 21 browser/*: SkipByDesign # Browser specific tests
22 22
23 [ $compiler == dart2js && $runtime == drt ] 23 [ $compiler == dart2js && $runtime == drt ]
24 unresolved_ports_negative_test: Pass, Crash # Issue 10613 24 unresolved_ports_negative_test: Pass, Crash # Issue 10613
25 isolate_stress_test: Pass, Crash # Issue 14438 25 isolate_stress_test: Pass, Crash # Issue 14438
26 26
27 [ $compiler == dart2js ] 27 [ $compiler == dart2js ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 isolate/illegal_msg_test: StaticWarning 124 isolate/illegal_msg_test: StaticWarning
125 isolate_import_negative_test: CompileTimeError 125 isolate_import_negative_test: CompileTimeError
126 isolate/mint_maker_test: StaticWarning 126 isolate/mint_maker_test: StaticWarning
127 isolate/unresolved_ports_test: StaticWarning 127 isolate/unresolved_ports_test: StaticWarning
128 mandel_isolate_stream_test: StaticWarning 128 mandel_isolate_stream_test: StaticWarning
129 mandel_isolate_test: StaticWarning 129 mandel_isolate_test: StaticWarning
130 mint_maker_test: StaticWarning 130 mint_maker_test: StaticWarning
131 serialization_test: StaticWarning 131 serialization_test: StaticWarning
132 unresolved_ports_test: StaticWarning 132 unresolved_ports_test: StaticWarning
133 133
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698