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

Unified Diff: dart/tests/language/language_dart2js.status

Issue 50313007: Implement dynamic function checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r30897. Created 7 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: dart/tests/language/language_dart2js.status
diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
index 70f90358c554c0c7da07b7473452bfb2c63b67c6..a54d75dd6cd3ea95e2e19dbbaba74530f536bbb8 100644
--- a/dart/tests/language/language_dart2js.status
+++ b/dart/tests/language/language_dart2js.status
@@ -92,6 +92,7 @@ mixin_mixin5_test: Fail # Issue 12605.
mixin_mixin6_test: Fail # Issue 12605.
[ $compiler == dart2js ]
+function_type_alias9_test/00: Crash
ngeoffray 2013/12/09 09:48:52 Bug number?
ahe 2013/12/09 15:30:06 I don't know how this slipped through. Added a bug
malformed_test/none: RuntimeError # Issue 12695
branch_canonicalization_test: RuntimeError # Issue 638.
identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
@@ -313,3 +314,6 @@ stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
[ $runtime == ie9 ]
stack_trace_test: Fail, OK # Stack traces not available in IE9.
+
+[ $compiler == dart2js && $host_checked ]
+const_factory_with_body_test/01: Crash
ngeoffray 2013/12/09 09:48:52 Ditto.
ahe 2013/12/09 15:30:06 Done.

Powered by Google App Engine
This is Rietveld 408576698