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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 2713593004: Don't inline functions that the parser decides shouldn't be inlined. (Closed)
Patch Set: Also fix 28759 Created 3 years, 10 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 # These tests are timing dependent and should be non-flaky once the fix for 6 # These tests are timing dependent and should be non-flaky once the fix for
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. 7 # https://github.com/dart-lang/co19/issues/86 is merged into master.
8 # (They are skipped on $runtime == pre_compiled below.) 8 # (They are skipped on $runtime == pre_compiled below.)
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269
(...skipping 29 matching lines...) Expand all
40 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 40 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974
41 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 41 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974
42 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 42 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974
43 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 43 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974
44 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 44 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974
45 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974 45 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974
46 46
47 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 47 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
48 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 48 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
49 49
50 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
51 Language/Expressions/Function_Invocation/async_invokation_t06: Crash # Issue 287 59
52
53 [ $runtime == vm || $runtime == dart_precompiled ] 50 [ $runtime == vm || $runtime == dart_precompiled ]
54 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 51 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
55 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 52 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
56 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 53 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
57 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 54 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
58 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 55 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
59 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 56 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
60 57
61 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] 58 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ]
62 LibTest/core/List/List_class_A01_t02: Pass, Slow 59 LibTest/core/List/List_class_A01_t02: Pass, Slow
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 219 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
223 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 220 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
224 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 221 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
225 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773
226 223
227 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar ch == ia32)] 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar ch == ia32)]
228 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow
229 226
230 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] 227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32]
231 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698