Skip to content

Commit d6db39e

Browse files
nshahancommit-bot@chromium.org
authored andcommitted
[ddc] Skip async/return_throw_test on firefox
Appears to be consistently failing on all other backends. Re-enable this test if it is decided that this should be the correct behavior. Change-Id: If5016d23954748c0cb193f2f5faedb9f12820b5f Issue: #44395 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214481 Reviewed-by: Nate Bosch <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
1 parent 41e45e7 commit d6db39e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/language_2/language_2_dartdevc.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ variance/*: SkipByDesign # Analyzer DDC is expected to be turned down before rel
1616
[ $compiler == dartdevk && !$checked ]
1717
assert/initializer_const_error2_test/*: SkipByDesign # DDC does not support non-checked mode.
1818

19+
[ ($compiler == dartdevc || $compiler == dartdevk) && ($runtime == ff || $runtime == firefox) ]
20+
async/return_throw_test: Skip # Flaky but not enough to be detected. Re-enable pending a decision on the correct behavior. https://github.com/dart-lang/sdk/issues/44395
21+
1922
[ $compiler == dartdevc || $compiler == dartdevk ]
2023
async_star/throw_in_catch_test: Skip # Times out. Issue 29920
2124
external_abstract_fields/external_fields_test: SkipByDesign # Non-JS-interop external members are not supported

0 commit comments

Comments
 (0)