Skip to content

Commit

Permalink
[gardening] bigint_test may still time out when interpreted (2nd try).
Browse files Browse the repository at this point in the history
Change-Id: Ie3a7204811503d82be89d9f9555d867ef087c22f
Reviewed-on: https://dart-review.googlesource.com/c/81383
Reviewed-by: Régis Crelier <regis@google.com>
  • Loading branch information
crelier committed Oct 25, 2018
1 parent d3498a8 commit cdf6dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/corelib_2/corelib_2.status
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ int_modulo_arith_test/modPow: RuntimeError
int_modulo_arith_test/none: RuntimeError
string_from_environment3_test/03: Crash

[ $compiler == dartkp ]
bigint_test: Pass, Timeout # --no_intrinsify

[ $compiler == fasta ]
bool_from_environment2_test/03: MissingCompileTimeError
string_from_environment3_test/03: MissingCompileTimeError
Expand Down Expand Up @@ -566,6 +563,9 @@ typed_data_with_limited_ints_test: Skip # Requires fixed-size int64 support.
uri_parse_test: Pass, Slow
uri_test: Pass, Slow

[ $compiler == dartkb || $compiler == dartkp ]
bigint_test: Pass, Timeout # --no_intrinsify

[ $compiler == precompiler || $runtime == vm && !$checked && !$strong ]
int_parse_radix_test/badTypes: RuntimeError # wrong exception returned

Expand Down

0 comments on commit cdf6dde

Please sign in to comment.