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

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

Issue 543623002: Fix suppression prefix (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 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 11 matching lines...) Expand all
22 kill3_test: Fail # Not implemented yet 22 kill3_test: Fail # Not implemented yet
23 kill_self_test: Fail # Not implemented yet 23 kill_self_test: Fail # Not implemented yet
24 handle_error_test: Fail # Not implemented yet 24 handle_error_test: Fail # Not implemented yet
25 handle_error2_test: Fail # Not implemented yet 25 handle_error2_test: Fail # Not implemented yet
26 handle_error3_test: Fail # Not implemented yet 26 handle_error3_test: Fail # Not implemented yet
27 27
28 [ $compiler == none && $runtime == ContentShellOnAndroid ] 28 [ $compiler == none && $runtime == ContentShellOnAndroid ]
29 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795 29 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
30 30
31 [ $compiler == dart2js && $runtime == safarimobilesim ] 31 [ $compiler == dart2js && $runtime == safarimobilesim ]
32 isolate/compile_time_error_test/none: Pass, Slow 32 compile_time_error_test/none: Pass, Slow
33 33
34 [ $compiler == dart2js && $jscl ] 34 [ $compiler == dart2js && $jscl ]
35 browser/*: SkipByDesign # Browser specific tests 35 browser/*: SkipByDesign # Browser specific tests
36 36
37 [ $compiler == dart2js && $runtime == jsshell ] 37 [ $compiler == dart2js && $runtime == jsshell ]
38 pause_test: Fail # non-zero timer not supported. 38 pause_test: Fail # non-zero timer not supported.
39 39
40 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
41 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart 41 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
42 42
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 98 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
99 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 99 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
100 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 100 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
101 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 101 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
102 spawn_uri_missing_test: Skip # Times out. 102 spawn_uri_missing_test: Skip # Times out.
103 103
104 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 104 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
105 browser/typed_data_message_test: StaticWarning 105 browser/typed_data_message_test: StaticWarning
106 mint_maker_test: StaticWarning 106 mint_maker_test: StaticWarning
107 serialization_test: StaticWarning 107 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