From 0ac0c8d2e29e8e03fb2fcbcd6e83cdfbc4e2bdab Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 26 Jun 2017 07:36:47 -0700 Subject: [PATCH] Reduce the scope of a status exclusion - this passes on vm-product, and only seems to fail on dart_precompiled. BUG= Review-Url: https://codereview.chromium.org/2961623002 . --- tests/standalone/standalone.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status index d0ca293a79e..aae055c5ecd 100644 --- a/tests/standalone/standalone.status +++ b/tests/standalone/standalone.status @@ -267,8 +267,8 @@ io/named_pipe_script_test: Pass, RuntimeError # Issue 28737 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $builder_tag == asan ] io/socket_close_test: Pass, Timeout # Issue 28502: timeout. -[ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $compiler != dartkp)] - io/skipping_dart2js_compilations_test: RuntimeError # Issue 30008 +[ $runtime == dart_precompiled ] +io/skipping_dart2js_compilations_test: RuntimeError # Issue 30008 [ $compiler == app_jit ] assert_test: RuntimeError # Script name change?