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

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

Issue 1388543008: 1. Write the backing data array of a GrowableObjectArray as a reference (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: sync-to-tot Created 5 years, 2 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
« no previous file with comments | « runtime/vm/snapshot.cc ('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/byteBuffer: Crash # Issue 21818
22 message3_test/int32x4: Crash # Issue 21818 21 message3_test/int32x4: Crash # Issue 21818
23 22
24 [ $compiler == none && $runtime == ContentShellOnAndroid ] 23 [ $compiler == none && $runtime == ContentShellOnAndroid ]
25 *: 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
26 25
27 [ $compiler == dart2js && $runtime == safarimobilesim ] 26 [ $compiler == dart2js && $runtime == safarimobilesim ]
28 compile_time_error_test/none: Pass, Slow 27 compile_time_error_test/none: Pass, Slow
29 28
30 [ $compiler == dart2js && $jscl ] 29 [ $compiler == dart2js && $jscl ]
31 browser/*: SkipByDesign # Browser specific tests 30 browser/*: SkipByDesign # Browser specific tests
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 [ $compiler != none || $runtime != vm ] 137 [ $compiler != none || $runtime != vm ]
139 package_root_test: SkipByDesign # Uses dart:io. 138 package_root_test: SkipByDesign # Uses dart:io.
140 139
141 [ $compiler == dart2js && $cps_ir ] 140 [ $compiler == dart2js && $cps_ir ]
142 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function 141 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function
143 isolate_current_test: RuntimeError # Please triage this failure. 142 isolate_current_test: RuntimeError # Please triage this failure.
144 message3_test/byteBuffer: RuntimeError # Please triage this failure. 143 message3_test/byteBuffer: RuntimeError # Please triage this failure.
145 message3_test/fun: RuntimeError # Please triage this failure. 144 message3_test/fun: RuntimeError # Please triage this failure.
146 message3_test/int32x4: RuntimeError # Please triage this failure. 145 message3_test/int32x4: RuntimeError # Please triage this failure.
147 message3_test/none: RuntimeError # Please triage this failure. 146 message3_test/none: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698