From d9aebd8b2ab22858e689ec8c7397d879a1b8c1fc Mon Sep 17 00:00:00 2001 From: Kevin Moore <kevmoo@google.com> Date: Tue, 27 Jan 2015 13:16:10 -0800 Subject: [PATCH] fix status file for minified tests R=nweiz@google.com Review URL: https://codereview.chromium.org//876343003 --- .status | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.status b/.status index c5c82bb8..da4610e0 100644 --- a/.status +++ b/.status @@ -49,3 +49,15 @@ build/test/testcases_immutable_test: RuntimeError # 13921 [ $compiler == none && $browser ] build/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout. + +[ $compiler == dart2js && $minified ] +# The unminified matcher tests test that the real names of Dart types are +# printed. Minified versions of these tests exist that test the behavior when +# minified. +build/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS + +[ $minified == false ] +# The minified matcher tests test that the minified names of Dart types are +# printed. Unminified versions of these tests exist that test the behavior when +# not minified. +build/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS -- GitLab