Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| =================================================================== |
| --- tests/co19/co19-dart2js.status (revision 13769) |
| +++ tests/co19/co19-dart2js.status (working copy) |
| @@ -253,12 +253,12 @@ |
| LibTest/core/Date/toLocal_A01_t01: Fail |
| LibTest/core/Date/toUtc_A01_t01: Fail |
| -[ $compiler == dart2js && $system == macos && $runtime == d8 ] |
| +[ $compiler == dart2js && $system == macos && $jscl ] |
| LibTest/core/Math/acos_A01_t01: Fail, OK |
| LibTest/core/Math/asin_A01_t01: Fail, OK |
| LibTest/core/Math/atan_A01_t01: Fail, OK |
| -[ $compiler == dart2js && $system == windows && $runtime == d8 ] |
| +[ $compiler == dart2js && $system == windows && $jscl ] |
| LibTest/core/double/operator_remainder_A01_t04: Fail |
| [ $compiler == dart2js ] |
| @@ -310,15 +310,9 @@ |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| -LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Cannot call method '$call$1' of undefined |
| -LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call method '$call$1' of undefined |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined |
| -Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' |
| Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' |
| -Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' |
| Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' |
| -Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' |
| -Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' |
| LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
| LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
| LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
| @@ -343,6 +337,17 @@ |
| LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 |
| LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 issue 212 |
| +[ $compiler == dart2js && $runtime == d8] |
| +Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' |
| +Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' |
| +Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' |
| +Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' |
| +Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' |
| +Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' |
| +LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Cannot call method '$call$1' of undefined |
| +LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call method '$call$1' of undefined |
| + |
| + |
| [ $compiler == dart2js && $checked ] |
| LibTest/core/Queue/addLast_A01_t01: Slow, Pass |
| LibTest/core/Queue/add_A01_t01: Slow, Pass |
| @@ -428,7 +433,7 @@ |
| Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # co19 issue 253: Show combinators are intersections. |
| -[ $compiler == dart2js && $runtime == d8 ] |
| +[ $compiler == dart2js && $jscl ] |
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail, Pass # issue 3333 |
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail, Pass # issue 3333 |
| @@ -500,7 +505,7 @@ |
| Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. |
| Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword "abstract". |
| -[ $compiler == dart2js && $runtime == d8 ] |
| +[ $compiler == dart2js && $jscl ] |
| Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
| LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned in ExpectException message (Expect.isTrue(false) fails.) |
| @@ -515,7 +520,7 @@ |
| # |
| # The following tests may be broken, but require further review. |
| # |
| -[ $compiler == dart2js && $runtime == d8 ] |
| +[ $compiler == dart2js && $jscl ] |
| LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical to NaN? |
| [ $compiler == dart2js && $browser ] |
| @@ -743,8 +748,6 @@ |
| # Unexpected runtime errors. |
| # |
| [ $compiler == dart2js ] |
| -Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' |
|
ahe
2012/10/18 12:44:43
Are these fixed? They are still "unexpected runtim
ricow1
2012/10/18 12:54:30
I have moved them up in the section starting in li
|
| -Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' |
| Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. |
| Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expected') |
| Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G |
| @@ -763,3 +766,24 @@ |
| Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| + |
| + |
| +[ $compiler == dart2js && $runtime == jsshell ] |
| +Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage these tests. |
|
ahe
2012/10/18 12:44:43
Please add these close to the top of the file.
ricow1
2012/10/18 12:54:30
Done.
|
| +Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/List/every_A03_t01: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/List/filter_A03_t01: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/List/forEach_A02_t01: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/List/some_A03_t01: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Map/forEach_A01_t02: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Map/putIfAbsent_A01_t06: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Queue/every_A01_t03: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Queue/filter_A01_t03: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Queue/forEach_A01_t03: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/Queue/some_A01_t03: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these tests. |
| +LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. |