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

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

Issue 2023763008: Co19 fixes for analyzer and runtime. (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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ] 54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s ystem == windows ]
55 Language/Expressions/Function_Invocation/async_invokation_t04: RuntimeError # Is sue 26574 55 Language/Expressions/Function_Invocation/async_invokation_t04: Pass, RuntimeErro r # co19 issue 54
56 56
57 [ ($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) ]
58 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
59 59
60 [ ($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) ]
61 # 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.
62 # 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
63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 187 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
188 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 188 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
189 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 189 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
190 190
191 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 191 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
192 LibTest/isolate/*: Skip # Issue #26373 192 LibTest/isolate/*: Skip # Issue #26373
193 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 193 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
194 194
195 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) 195 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
196 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 196 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374
OLDNEW
« tests/co19/co19-analyzer2.status ('K') | « tests/co19/co19-analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698