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

Unified Diff: tests/standalone/standalone.status

Issue 9430051: Add native extensions to the Dart shell, on the linux platform. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Windows bugs Created 8 years, 10 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 | « tests/standalone/src/test_extension.dart ('k') | no next file » | 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 e390bf77e0c6ce0b3d4ed4a76de9f553e0c62cd1..d1e9f38f8b1be4eb2e48b9965160fd07f157ca19 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 # shared library in wrong place (issue 1817)
[ $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 == win32]
+TestExtensionTest: Skip # Extensions not implemented on Windows
[ $component == dartium ]
# Server specific tests OK to fail in the browser
@@ -56,6 +61,7 @@ PlatformTest: Skip # Uses Platform
ChunkedStreamTest: Skip # Uses InputStream
DartStdIOPipeTest: Skip # Uses dart:io
FileOutputStreamTest: Skip # Uses dart:io
+TestExtensionTest: Skip # Extensions implemented only in Dart shell.
[ $component == dartc || $component == chromium ]
*: Skip
« no previous file with comments | « tests/standalone/src/test_extension.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698