Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: pkg/pkg.status

Issue 18356004: Skip negatgive mock tests in analyzer. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
===================================================================
--- pkg/pkg.status (revision 24630)
+++ pkg/pkg.status (working copy)
@@ -72,21 +72,12 @@
[ $compiler == dart2js && $checked ]
mdv_observe/test/observable_map_test: Fail # BUG(11480): Triage.
-[ $compiler == dartc ]
-unittest/test/mock_regexp_negative_test: Fail
-unittest/test/mock_stepwise_negative_test: Fail
+[ $compiler == dartc || $compiler == dartanalyzer || $compiler == dart2analyzer]
+# These tests are runtime negative but statically positive, so we skip
+# them in the analyzer.
+unittest/test/mock_regexp_negative_test: Skip
+unittest/test/mock_stepwise_negative_test: Skip
-[ $compiler == dartanalyzer ]
-# test issue https://code.google.com/p/dart/issues/detail?id=11517
-# These tests are not negetive statically.
-# Requested test fix or permission to mark 'fail, OK'
-unittest/test/mock_regexp_negative_test: fail
-unittest/test/mock_stepwise_negative_test: fail
-
-[ $compiler == dart2analyzer ]
-unittest/test/mock_regexp_negative_test: fail
-unittest/test/mock_stepwise_negative_test: fail
-
[ $compiler == dart2js && $csp ]
unittest/test/unittest_test: Pass, Crash # Issue 10935
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698