Skip to content

Commit 8fb4240

Browse files
committed
[dartdevc] Temporarily skip const stress tests in DDK
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]>
1 parent 368b3f0 commit 8fb4240

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/language_2/language_2_dartdevc.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ call_method_implicit_tear_off_implements_function_test/05: RuntimeError # Kernel
152152
call_method_implicit_tear_off_implements_function_test/06: RuntimeError # Kernel is missing the implicit `call` tearoff for assignment `Function`
153153
call_method_must_not_be_field_test/06: RuntimeError # Kernel does not distinguish `d()` from `d.call()`
154154
call_method_must_not_be_getter_test/06: RuntimeError # Kernel does not distinguish `d()` from `d.call()`
155+
canonicalization_hashing_memoize_array_test: Skip # Issue 37631
156+
canonicalization_hashing_memoize_instance_test: Skip # Issue 37631
157+
canonicalization_hashing_shallow_collision_array_test: Skip # Issue 37631
158+
canonicalization_hashing_shallow_collision_instance_test: Skip # Issue 37631
155159
compile_time_constant_c_test/02: MissingCompileTimeError
156160
compile_time_constant_k_test/01: MissingCompileTimeError
157161
compile_time_constant_k_test/02: MissingCompileTimeError

0 commit comments

Comments
 (0)