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

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: Allow for close event - read handler call bug. 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 | « tests/standalone/src/TimeoutTest.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 67a84dd88c789d8bab6103fc3c53135533d4ad7f..87a10cbd575efe9a7d11e231e7a13c8317426fc2 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -11,6 +11,9 @@ DirectoryInvalidArgumentsTest: Fail, OK
[ $component == vm]
ManyEchoServerTest: Skip # Bug 5103754
+# These tests fail, crash, and timeout to test the testing infrastructure.
+FailTest: Fail
+TimeoutTest: Timeout
[ $component == vm && $mode == release]
# Currently process tests are bound to debug mode.
@@ -47,6 +50,9 @@ Directory*: Skip # Uses Directory
StringStreamTest: Skip # Uses InputStream
StatusFileParserTest: Skip # Uses FileInputStream
OptionsTest: Skip # Expects options being passed from command line.
+FailTest: Fail # Fails intentionally
+TimeoutTest: Skip # Uses Socket
+TestRunnerTest: Skip # Uses Process
[ $component == dartc || $component == chromium ]
*: Skip
« no previous file with comments | « tests/standalone/src/TimeoutTest.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698