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

Unified Diff: tests/language/language_dart2js.status

Issue 12598003: Support type variables as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 3930aecea703efb588e0eb0596cfa2e40cccfe62..169bb10249d94a8df4b1b834147fcc2748fdd30f 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -3,6 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2js || $compiler == dart2dart ]
+illegal_invocation_test/05: Fail # For a typevariable T, T() is a legal expression now.
ngeoffray 2013/03/11 10:24:06 Fail, OK? Or update the test?
karlklose 2013/03/12 09:05:02 Changed to 'Fail, OK'.
class_literal_test/01: Fail # Class literals are expression now; delete this test.
class_literal_test/02: Fail # Class literals are expression now; delete this test.
class_literal_test/05: Fail # Class literals are expression now; delete this test.
@@ -141,7 +142,6 @@ positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
canonical_const_test: Fail # We don't take the generic type into account yet.
-type_parameter_literal_test: Fail # Type parameters aren't supported as literals yet.
# Support for optional parameters not conform to latest spec.
function_type_alias_test: Fail
« sdk/lib/_internal/compiler/implementation/world.dart ('K') | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698