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

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

Issue 221133002: Begins work on ARM64, first assembler test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: adds files Created 6 years, 8 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 | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | 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.
11 11
12 [ $runtime == vm && $arch == simarm64 ]
13 *: Skip
14
12 [ $compiler == none || $compiler == dart2dart ] 15 [ $compiler == none || $compiler == dart2dart ]
13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 16 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
14 isolate_throws_test/01: Skip # Issue 12587 17 isolate_throws_test/01: Skip # Issue 12587
15 compile_time_error_test/01: Skip # Issue 12587 18 compile_time_error_test/01: Skip # Issue 12587
16 capability_test: Fail # Not implemented yet 19 capability_test: Fail # Not implemented yet
17 pause_test: Fail # Not implemented yet 20 pause_test: Fail # Not implemented yet
18 start_paused_test: Fail # Not implemented yet 21 start_paused_test: Fail # Not implemented yet
19 ondone_test: Skip # Not implemented yet, hangs. 22 ondone_test: Skip # Not implemented yet, hangs.
20 ping_test: Fail # Not implemented yet 23 ping_test: Fail # Not implemented yet
21 ping_pause_test: Fail # Not implemented yet 24 ping_pause_test: Fail # Not implemented yet
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 88 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
86 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 89 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
87 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 90 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
88 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 91 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
89 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 92 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
90 93
91 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 94 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
92 browser/typed_data_message_test: StaticWarning 95 browser/typed_data_message_test: StaticWarning
93 mint_maker_test: StaticWarning 96 mint_maker_test: StaticWarning
94 serialization_test: StaticWarning 97 serialization_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698