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

Unified Diff: tests/standalone/standalone.status

Issue 11576053: Add basic standalone debugger test (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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
===================================================================
--- tests/standalone/standalone.status (revision 16215)
+++ tests/standalone/standalone.status (working copy)
@@ -43,11 +43,13 @@
io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157
io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157
io/http_shutdown_test: Pass, Fail, Timeout # Issue 7294
+debugger/*: Skip # Debugger support not yet implemented for Windows. Issue 4118.
[ $compiler == none && $runtime == drt ]
io/*: Skip # Don't run tests using dart:io in the browser
crypto/*: Skip # Don't run tests using dart:io in the browser
package/*: Skip # Do not run those in Dartium.
+debugger/*: Skip # Do not run standalone debugger tests in browser.
[ $compiler == dartc ]
@@ -93,6 +95,7 @@
medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
io/process_exit_negative_test: Fail, OK # relies on a static error that is a warning now.
package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issue 3051
+debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
[ $compiler == dart2js && $jscl ]
assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
« tests/standalone/debugger/debug_lib.dart ('K') | « tests/standalone/debugger/debug_lib.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698