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

Unified Diff: tests/standalone/standalone.status

Issue 8341056: Add support for test expectations based on the --checked flag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « no previous file | tools/test.py » ('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 c90ec1d5bbc39185258021ecbb52ec44d674006e..4ab06f90fe58478fa4ae15479aab97111b2d2674 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -4,6 +4,10 @@
prefix standalone
+[ $arch == ia32 && $checked ]
Bill Hesse 2011/10/26 14:18:17 Can you write $checked == true? The alternative i
Mads Ager (google) 2011/10/26 14:23:37 No, that does not work. Feel free to take over and
+# This test has type errors on purpose.
+ProcessInvalidArgumentsTest: Fail, OK
+
[ $arch == ia32]
ManyEchoServerTest: Skip # Bug 5103754
@@ -20,26 +24,18 @@ BlackListedTest/10: Fail, Crash # Bug 5469684
BlackListedTest/11: Fail, Crash # Bug 5469684
BlackListedTest/12: Fail, Crash # Bug 5469684
-[ $arch == ia32 ]
-# Skip this test for now because it has type mismatches on purpose.
-# We need to disable it for checked tests only.
-ProcessInvalidArgumentsTest: Skip
-
[ $arch == ia32 && $mode == release]
# Currently process tests are bound to debug mode.
-Process*: Skip
+Process*: Skip # Bug 172
[ $arch == ia32 && $system == macos]
-# Currently process tests are not working on Mac OS.
-Process*: Skip
+Process*: Skip # Bug 172
# This test fails with "Too many open files" on the Mac OS buildbot.
SocketManyConnectionsTest: Skip
[ $arch == ia32 && $system == win32]
-# Windows implementation of Process is still pending.
Process*: Skip
-
[ $arch == dartium ]
# Server specific tests OK to fail in the browser
EchoServerTest: Skip # Uses Socket
« no previous file with comments | « no previous file | tools/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698