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

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

Issue 2528953002: Roll co19 tests and status files (Closed)
Patch Set: Created 4 years 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 | « tests/co19/co19-dartium.status ('k') | tools/deps/dartium.deps/DEPS » ('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 5
6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
(...skipping 30 matching lines...) Expand all
41 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 41 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
44 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 44 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
45 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 45 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
46 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 46 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
47 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 47 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
48 48
49 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ] 49 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ]
50 LibTest/core/List/List_class_A01_t02: Pass, Slow 50 LibTest/core/List/List_class_A01_t02: Pass, Slow
51
52 [ ($runtime == dart_precompiled || $runtime == dart_app) && $mode == debug ]
51 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 53 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201
52 54
53 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] 55 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ]
54 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 56 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
55 57
56 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] 58 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
57 # These tests take too much memory (300 MB) for our 1 GB test machine. 59 # These tests take too much memory (300 MB) for our 1 GB test machine.
58 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 60 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
59 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 61 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
60 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 62 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 224 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
223 LibTest/core/List/List_class_A01_t01: Pass, Timeout 225 LibTest/core/List/List_class_A01_t01: Pass, Timeout
224 LibTest/core/List/List_class_A01_t02: Pass, Timeout 226 LibTest/core/List/List_class_A01_t02: Pass, Timeout
225 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 227 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
226 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 228 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
227 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 229 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
228 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 230 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
229 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent 231 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent
230 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent 232 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent
231 LibTest/isolate/ReceivePort/take_A01_t02: Crash, Fail # Issue 27773 233 LibTest/isolate/ReceivePort/take_A01_t02: Crash, Fail # Issue 27773
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698