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

Unified Diff: tests/standalone/standalone.status

Issue 8440066: Add test_runner.dart to Dart version of test scripts. Include TestRunnerTest unit test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Skip TimeoutTest on dartium 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
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index e0499c6149529605a438e84485b36e793261d291..6b73492fa8fb373e50abf78051da169ddb4b3173 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -11,6 +11,10 @@ DirectoryInvalidArgumentsTest: Fail, OK
[ $component == vm]
ManyEchoServerTest: Skip # Bug 5103754
+# These tests fail, crash, and timeout to test the testing infrastructure.
+FailTest: Fail
+CrashTest: Skip
Mads Ager (google) 2011/11/04 09:06:13 Crash, but I think we need a better test for this
Bill Hesse 2011/11/04 14:49:22 Done.
+TimeoutTest: Timeout
[ $component == vm && $mode == release]
# Currently process tests are bound to debug mode.
@@ -46,6 +50,10 @@ Process*: Skip # Uses Process
Directory*: Skip # Uses Directory
StringStreamTest: Skip # Uses InputStream
StatusFileParserTest: Skip # Uses FileInputStream
+FailTest: Fail # Fails intentionally
+CrashTest: Skip # Crashes intentionally
+TimeoutTest: Skip # Times out intentionally.
+TestRunnerTest: Skip # Uses Process
[ $component == dartc || $component == chromium ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698