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

Unified Diff: tests/co19/co19-runtime.status

Issue 11232071: Ambiguous references do not necessarily cause compilation errors (issue 5736). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-runtime.status
===================================================================
--- tests/co19/co19-runtime.status (revision 13985)
+++ tests/co19/co19-runtime.status (working copy)
@@ -2,13 +2,34 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+# These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
Ivan Posva 2012/10/24 05:47:53 Why did this line move? It should be unrelated to
regis 2012/10/24 16:50:32 A new group of failing tests is introduced on line
Ivan Posva 2012/10/24 17:20:09 Thanks for the clarification.
[ $compiler == none && $runtime == vm ]
-# These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail, OK
Language/14_Types/5_Function_Types_A01_t21: Fail, OK
+# These tests either wrongly expect a compile-time error or wrongly reject a type error in production mode, co19 issue 282:
+[ $compiler == none && $runtime == vm ]
+Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail, OK
+[ $compiler == none && $runtime == vm && $unchecked ]
+Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK
+[ $compiler == none && $runtime == vm && $checked ]
+Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK
+Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK
+
+
+[ $compiler == none && $runtime == vm ]
Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Please triage this crash.
Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Please triage this crash.
@@ -170,14 +191,6 @@
Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(vm-team): Please triage this failure.
Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure.
LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # TODO(vm-team): Please triage this failure.
LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # TODO(vm-team): Please triage this failure.
@@ -202,10 +215,6 @@
[ $compiler == none && $runtime == vm && $checked ]
Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): Please triage this failure.
Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t01: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t21: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t41: Fail # TODO(vm-team): Please triage this failure.
-Language/13_Libraries_and_Scripts/1_Imports_A03_t61: Fail # TODO(vm-team): Please triage this failure.
Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698