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

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

Issue 2987473002: Updated status file to fix failures on DDC for tests which require bigint (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 [ $compiler == dart2js && $fast_startup ] 5 [ $compiler == dart2js && $fast_startup ]
6 apply3_test: Fail # mirrors not supported 6 apply3_test: Fail # mirrors not supported
7 7
8 [ $compiler == precompiler ] 8 [ $compiler == precompiler ]
9 apply3_test: SkipByDesign 9 apply3_test: SkipByDesign
10 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 10 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
11 11
12 12
13 [ $compiler == dartdevc && $runtime != none ] 13 [ $compiler == dartdevc && $runtime != none ]
14 apply2_test: RuntimeError # Issue 29921 14 apply2_test: RuntimeError # Issue 29921
15 apply3_test: RuntimeError # Issue 29921 15 apply3_test: RuntimeError # Issue 29921
16 big_integer_arith_vm_test: RuntimeError # Issue 30170
17 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
18 16
19 [ $compiler == dart2js && $runtime != none ] 17 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
20 big_integer_arith_vm_test: RuntimeError # Issue 10245 18 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
21 big_integer_parsed_arith_vm_test: RuntimeError # Issue 10245 19 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
20 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
21 compare_to2_test: RuntimeError, OK # Requires bigint support.
22 22
23 [ $runtime == flutter ] 23 [ $runtime == flutter ]
24 apply3_test: CompileTimeError # mirrors not supported 24 apply3_test: CompileTimeError # mirrors not supported
25 bool_from_environment_test: Fail # Flutter Issue 9111 25 bool_from_environment_test: Fail # Flutter Issue 9111
26 26
27 [ $hot_reload || $hot_reload_rollback ] 27 [ $hot_reload || $hot_reload_rollback ]
28 big_integer_huge_mul_vm_test: Pass, Slow # Slow 28 big_integer_huge_mul_vm_test: Pass, Slow # Slow
29 29
30 [ $hot_reload || $hot_reload_rollback ] 30 [ $hot_reload || $hot_reload_rollback ]
31 big_integer_huge_mul_vm_test: Pass, Slow # Slow 31 big_integer_huge_mul_vm_test: Pass, Slow # Slow
32 32
33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
34 compare_to2_test: Fail # Bug 4018 34 compare_to2_test: Fail # Bug 4018
35 35
36 [ $compiler == dart2js && $runtime != none ]
37 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
38 compare_to2_test: RuntimeError, OK # Requires bigint support.
39
40 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 36 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
41 bool_from_environment2_test/01: MissingCompileTimeError 37 bool_from_environment2_test/01: MissingCompileTimeError
42 bool_from_environment2_test/02: MissingCompileTimeError 38 bool_from_environment2_test/02: MissingCompileTimeError
43 bool_from_environment2_test/03: MissingCompileTimeError 39 bool_from_environment2_test/03: MissingCompileTimeError
44 bool_from_environment2_test/04: MissingCompileTimeError 40 bool_from_environment2_test/04: MissingCompileTimeError
45 bool_from_environment2_test/05: MissingCompileTimeError 41 bool_from_environment2_test/05: MissingCompileTimeError
46 compare_to2_test: RuntimeError 42 compare_to2_test: RuntimeError
47 43
48 [ $compiler == none && $runtime == drt ] 44 [ $compiler == none && $runtime == drt ]
49 bool_from_environment2_test: Skip 45 bool_from_environment2_test: Skip
50 bool_from_environment_test: Skip 46 bool_from_environment_test: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698