From 4aa10d0aebacdb7dd407720027bc566bdd4b4e47 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Fri, 27 Sep 2019 21:12:32 +0000 Subject: [PATCH] Skip all dart:wasm tests Bug: https://github.com/dart-lang/sdk/issues/37882 Change-Id: I8f6c3f9b8d69a43ef6382a3d07579ea14d335c35 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/119173 Commit-Queue: Liam Appelbe Reviewed-by: Alexander Markov --- tests/lib_2/lib_2.status | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib_2/lib_2.status b/tests/lib_2/lib_2.status index 097b176945a..8aadd791034 100644 --- a/tests/lib_2/lib_2.status +++ b/tests/lib_2/lib_2.status @@ -2,6 +2,7 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. html/cross_frame_test: Skip # Issue 32039, test reloads itself (not by design - investigate) +wasm/*: Skip # dart:wasm is currently behind a Dart SDK build flag. [ $arch == simarm64 ] convert/utf85_test: Skip # Pass, Slow Issue 20111.