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

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

Issue 2024743002: Update status for co19 tests that now pass on dart2js (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | « tests/co19/co19-dartium.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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 44 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
45 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 45 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
46 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 46 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
50 50
51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ] 51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ]
52 LibTest/core/List/List_class_A01_t02: Pass, Slow 52 LibTest/core/List/List_class_A01_t02: Pass, Slow
53 53
54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s ystem == windows && ($mode == release || $checked) ]
55 Language/Expressions/Function_Invocation/async_invokation_t04: RuntimeError # Is sue 26574
56
54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64) ] 57 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64) ]
55 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 58 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
56 59
57 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] 60 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
58 # These tests take too much memory (300 MB) for our 1 GB test machine. 61 # These tests take too much memory (300 MB) for our 1 GB test machine.
59 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 62 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
60 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
61 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
62 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
63 66
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 180 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
178 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 181 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
179 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 182 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
180 183
181 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 184 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
182 LibTest/isolate/*: Skip # Issue #26373 185 LibTest/isolate/*: Skip # Issue #26373
183 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 186 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
184 187
185 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) 188 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
186 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 189 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698