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

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

Issue 926653003: Fix dart2js status when run on chrome. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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 | « 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 [ $runtime == vm && $arch == mips && $mode == debug ] 9 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 [ $compiler == dart2js && $runtime == safari ] 45 [ $compiler == dart2js && $runtime == safari ]
46 cross_isolate_message_test: Skip # Issue 12627 46 cross_isolate_message_test: Skip # Issue 12627
47 message_test: Skip # Issue 12627 47 message_test: Skip # Issue 12627
48 48
49 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
52 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. 52 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI.
53 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. 53 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
54 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. 54 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI.
55 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI.
55 message3_test/constList: RuntimeError # Issue 21817 56 message3_test/constList: RuntimeError # Issue 21817
56 message3_test/constList_identical: RuntimeError # Issue 21817 57 message3_test/constList_identical: RuntimeError # Issue 21817
57 message3_test/constMap: RuntimeError # Issue 21817 58 message3_test/constMap: RuntimeError # Issue 21817
58 message3_test/constInstance: RuntimeError # Issue 21817 59 message3_test/constInstance: RuntimeError # Issue 21817
59 60
60 [ $compiler == dart2js && $jscl ] 61 [ $compiler == dart2js && $jscl ]
61 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 62 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
62 63
63 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 64 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
64 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 65 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 111 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649
111 spawn_uri_missing_test: Skip # Times out. 112 spawn_uri_missing_test: Skip # Times out.
112 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction 113 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction
113 114
114 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
115 browser/typed_data_message_test: StaticWarning 116 browser/typed_data_message_test: StaticWarning
116 mint_maker_test: StaticWarning 117 mint_maker_test: StaticWarning
117 118
118 [ $compiler != none || $runtime != vm ] 119 [ $compiler != none || $runtime != vm ]
119 package_root_test: SkipByDesign # Uses dart:io. 120 package_root_test: SkipByDesign # Uses dart:io.
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