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

Unified Diff: tests/language/language.status

Issue 8437064: Integrate frog tests into presubmit.sh (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Feedback from Siggi Created 9 years, 1 month 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 | tools/presubmit.sh » ('j') | tools/presubmit.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 2c020baaf3335b6ba76adc4eb73396aa9d2d1804..4dc7ccdbfd1fb7f8c73489c6e05cd4a732621cca 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -7,11 +7,12 @@
# In order to maintain maximum test coverage for all builds,
# please use the following procedure to mark a test
-# failed on an architecture other than the one you are working on.
+# failed on architectures other than the one you are working on.
#
# 1) Copy the old version of the test to
-# tests/language/src/TestName[Dartc|VM]Test.dart.
-# 2) File a bug for the failure due to the language change.
+# tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
+# to maintain coverage.
+# 2) File a bug on each archtiecture for the failure due to the language change.
# 3) Update the language/src directory with the updated test.
prefix language
@@ -48,8 +49,12 @@ WrongNumberTypeArgumentsTest: Fail # Bug 5532690
Prefix18NegativeTest: Fail # Issue 307
Prefix20NegativeTest: Fail # Issue 307
-# DartC specific tests that should not be run by the VM.
+# DartC or Frog specific tests that should not be run by the VM
*DartcTest: Skip
+*DartcNegativeTest: Skip
+*FrogTest: Skip
+*FrogNegativeTest: Skip
+
[ $component == vm && $mode == debug ]
NonParameterizedFactoryTest: Crash # Issue 226
@@ -164,8 +169,11 @@ BlackListedTest/12: Fail # Bug 5469684
BlackListedTest/13: Crash # Bug 5469684
BlackListedTest/14: Crash # Bug 5469684
-# VM specific tests that should not be run by DartC.
+# VM or Frog specific tests that should not be run by DartC.
*VMTest: Skip
+*VMNegativeTest: Skip
+*FrogTest: Skip
+*FrogNegativeTest: Skip
[ $component == dartium ]
« no previous file with comments | « no previous file | tools/presubmit.sh » ('j') | tools/presubmit.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698