From 99dc218f4ade08ed522366abe69fb28571c7c046 Mon Sep 17 00:00:00 2001 From: Rico Wind Date: Mon, 14 Sep 2015 09:51:59 +0200 Subject: [PATCH] Mark no_assert_test also passing on drt R=iposva@google.com BUG= Review URL: https://codereview.chromium.org//1340903002 . --- tests/standalone/standalone.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status index 4f1cd7031d7..3d782247bb6 100644 --- a/tests/standalone/standalone.status +++ b/tests/standalone/standalone.status @@ -17,7 +17,7 @@ issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude or annotate with '/// none:' -[ $runtime != vm ] +[ $compiler != none && $runtime != vm && $runtime != drt) ] no_assert_test: Fail, OK # This is testing a vm flag. [ $runtime == vm ]