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

Unified Diff: tests/standalone/standalone.status

Issue 260713008: Add support for javascript incompatibility warnings. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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
Index: tests/standalone/standalone.status
===================================================================
--- tests/standalone/standalone.status (revision 36000)
+++ tests/standalone/standalone.status (working copy)
@@ -11,6 +11,8 @@
issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
+javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude or annotate with '/// none:'
+
[ $runtime == vm ]
package/package_isolate_test: Fail # Issue 12474
@@ -81,6 +83,8 @@
oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrace).
vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
issue14236_test: Skip # dart2js does not deal with Script snapshots.
+javascript_compatibility_errors_test: Skip
+javascript_compatibility_warnings_test: Skip
[ $compiler == dart2js && $jscl ]
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.
@@ -137,4 +141,6 @@
package/package_test: StaticWarning
typed_data_test: StaticWarning
typed_data_view_test: StaticWarning
+javascript_compatibility_errors_test: Skip
+javascript_compatibility_warnings_test: Skip
« runtime/vm/symbols.h ('K') | « tests/standalone/javascript_compatibility_warnings_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698