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

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

Issue 95263003: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo: None -> none. Created 7 years 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
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 67
68 [ $jscl || $runtime == ie9 ] 68 [ $jscl || $runtime == ie9 ]
69 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 69 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
70 70
71 [ $compiler == none && $runtime == dartium ] 71 [ $compiler == none && $runtime == dartium ]
72 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 72 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
73 73
74 [ $compiler == none && $runtime == dartium ] 74 [ $compiler == none && $runtime == dartium ]
75 isolate_stress_test: Skip # Issue 14463 75 isolate_stress_test: Skip # Issue 14463
76 76
77 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
78 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
79 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
80 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
81 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
82
77 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 83 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
78 browser/typed_data_message_test: StaticWarning 84 browser/typed_data_message_test: StaticWarning
79 mint_maker_test: StaticWarning 85 mint_maker_test: StaticWarning
80 serialization_test: StaticWarning 86 serialization_test: StaticWarning
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