Skip to content

Commit

Permalink
[dartdevc] Temporarily skip const stress tests in DDK
Browse files Browse the repository at this point in the history
Revert this change once fixes have landed for DDK.

Issue: #37523
Change-Id: I2855c647ceb5b9831466d8da458e6e7bcd810ee9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/110543
Auto-Submit: Nicholas Shahan <[email protected]>
Commit-Queue: Nicholas Shahan <[email protected]>
Reviewed-by: Vijay Menon <[email protected]>
  • Loading branch information
nshahan committed Jul 25, 2019
1 parent 368b3f0 commit 8fb4240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/language_2/language_2_dartdevc.status
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ call_method_implicit_tear_off_implements_function_test/05: RuntimeError # Kernel
call_method_implicit_tear_off_implements_function_test/06: RuntimeError # Kernel is missing the implicit `call` tearoff for assignment `Function`
call_method_must_not_be_field_test/06: RuntimeError # Kernel does not distinguish `d()` from `d.call()`
call_method_must_not_be_getter_test/06: RuntimeError # Kernel does not distinguish `d()` from `d.call()`
canonicalization_hashing_memoize_array_test: Skip # Issue 37631
canonicalization_hashing_memoize_instance_test: Skip # Issue 37631
canonicalization_hashing_shallow_collision_array_test: Skip # Issue 37631
canonicalization_hashing_shallow_collision_instance_test: Skip # Issue 37631
compile_time_constant_c_test/02: MissingCompileTimeError
compile_time_constant_k_test/01: MissingCompileTimeError
compile_time_constant_k_test/02: MissingCompileTimeError
Expand Down

0 comments on commit 8fb4240

Please sign in to comment.