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

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

Issue 1221503004: Reclaim the CreatedFromSnapshot bit and use it to indicate VM Heap object (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-review-comments Created 5 years, 4 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
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/constList_identical: RuntimeError # Issue 21816
22 message3_test/constMap: RuntimeError # Issue 21816
23 message3_test/constInstance: RuntimeError # Issue 21816
regis 2015/08/07 19:55:50 You could add Fixes #21816 to the description of t
siva 2015/08/07 23:35:09 Done.
24 message3_test/byteBuffer: Crash # Issue 21818 21 message3_test/byteBuffer: Crash # Issue 21818
25 message3_test/int32x4: Crash # Issue 21818 22 message3_test/int32x4: Crash # Issue 21818
26 23
27 [ $compiler == none && $runtime == ContentShellOnAndroid ] 24 [ $compiler == none && $runtime == ContentShellOnAndroid ]
28 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795 25 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
29 26
30 [ $compiler == dart2js && $runtime == safarimobilesim ] 27 [ $compiler == dart2js && $runtime == safarimobilesim ]
31 compile_time_error_test/none: Pass, Slow 28 compile_time_error_test/none: Pass, Slow
32 29
33 [ $compiler == dart2js && $jscl ] 30 [ $compiler == dart2js && $jscl ]
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 [ $compiler != none || $runtime != vm ] 140 [ $compiler != none || $runtime != vm ]
144 package_root_test: SkipByDesign # Uses dart:io. 141 package_root_test: SkipByDesign # Uses dart:io.
145 142
146 [ $compiler == dart2js && $cps_ir ] 143 [ $compiler == dart2js && $cps_ir ]
147 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented 144 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented
148 isolate_current_test: RuntimeError # Please triage this failure. 145 isolate_current_test: RuntimeError # Please triage this failure.
149 message3_test/byteBuffer: RuntimeError # Please triage this failure. 146 message3_test/byteBuffer: RuntimeError # Please triage this failure.
150 message3_test/fun: RuntimeError # Please triage this failure. 147 message3_test/fun: RuntimeError # Please triage this failure.
151 message3_test/int32x4: RuntimeError # Please triage this failure. 148 message3_test/int32x4: RuntimeError # Please triage this failure.
152 message3_test/none: RuntimeError # Please triage this failure. 149 message3_test/none: RuntimeError # Please triage this failure.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698