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

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

Issue 1441743004: Making bots greener (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | 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 ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
11 11
12 [ $runtime == vm && $arch == mips && $mode == debug ] 12 [ $runtime == vm && $arch == mips && $mode == debug ]
13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
14 14
15 [ $compiler == none ] 15 [ $compiler == none ]
16 compile_time_error_test/01: Skip # Issue 12587 16 compile_time_error_test/01: Skip # Issue 12587
17 ping_test: Skip # Resolve test issues 17 ping_test: Skip # Resolve test issues
18 ping_pause_test: Skip # Resolve test issues 18 ping_pause_test: Skip # Resolve test issues
19 kill3_test: Pass, Fail # Bad test: expects total message order 19 kill3_test: Pass, Fail # Bad test: expects total message order
20 20
21 message3_test/int32x4: Crash # Issue 21818 21 message3_test/int32x4: Crash, Timeout # Issue 21818
22 22
23 [ $compiler == none && $runtime == ContentShellOnAndroid ] 23 [ $compiler == none && $runtime == ContentShellOnAndroid ]
24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795 24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
25 25
26 [ $compiler == dart2js && $runtime == safarimobilesim ] 26 [ $compiler == dart2js && $runtime == safarimobilesim ]
27 compile_time_error_test/none: Pass, Slow 27 compile_time_error_test/none: Pass, Slow
28 28
29 [ $compiler == dart2js && $jscl ] 29 [ $compiler == dart2js && $jscl ]
30 browser/*: SkipByDesign # Browser specific tests 30 browser/*: SkipByDesign # Browser specific tests
31 31
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 nested_spawn2_test: CompileTimeError 159 nested_spawn2_test: CompileTimeError
160 nested_spawn_test: CompileTimeError 160 nested_spawn_test: CompileTimeError
161 raw_port_test: CompileTimeError 161 raw_port_test: CompileTimeError
162 request_reply_test: CompileTimeError 162 request_reply_test: CompileTimeError
163 spawn_function_custom_class_test: CompileTimeError 163 spawn_function_custom_class_test: CompileTimeError
164 spawn_function_test: CompileTimeError 164 spawn_function_test: CompileTimeError
165 stacktrace_message_test: CompileTimeError 165 stacktrace_message_test: CompileTimeError
166 stacktrace_message_test: CompileTimeError 166 stacktrace_message_test: CompileTimeError
167 static_function_test: CompileTimeError 167 static_function_test: CompileTimeError
168 unresolved_ports_test: CompileTimeError 168 unresolved_ports_test: CompileTimeError
OLDNEW
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698