Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 64e9497d1d491789105f8ceea5f1b4e36202eb07..9599016645ac8ad3a7ab270cec916fadd3d13e60 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -15,10 +15,15 @@ ManyEchoServerTest: Skip # Bug 5103754 |
# These tests fail, crash, and timeout to test the testing infrastructure. |
FailTest: Fail |
TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain. |
+TestExtensionTest: Fail # Requires test_extension library in current directory. |
Mads Ager (google)
2012/02/23 09:26:56
The test is disabled everywhere at this point. Thi
|
[ $component == vm && $system == macos] |
# This test fails with "Too many open files" on the Mac OS buildbot. |
SocketManyConnectionsTest: Skip |
+TestExtensionTest: Skip # Extensions not implemented on MacOS |
+ |
+[ $component == vm && $system == windows] |
+TestExtensionTest: Skip # Extensions not implemented on Windows |
[ $component == dartium ] |
# Server specific tests OK to fail in the browser |
@@ -55,6 +60,7 @@ FileInvalidArgumentsTest: Skip # Uses File |
PlatformTest: Skip # Uses Platform |
ChunkedStreamTest: Skip # Uses InputStream |
DartStdIOPipeTest: Skip # Uses dart:io |
+TestExtensionTest: Skip # Extensions implemented only in Dart shell. |
[ $component == dartc || $component == chromium ] |
*: Skip |