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

Side by Side Diff: tests/co19/co19-leg.status

Issue 10837219: Port the remaining of dart:coreimpl to the unified corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes. Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « lib/compiler/implementation/library_map.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' 117 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
118 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage 118 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage
119 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage 119 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage
120 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 120 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
121 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 121 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
122 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 122 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
123 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 123 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
124 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 124 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
125 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 125 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
126 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 126 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
127 127 LibTest/core/Clock/frequency_A01_t01: Fail, OK # Clock is deprecated.
128 LibTest/core/Clock/now_A01_t01: Fail, OK # Clock is deprecated.
128 129
129 # These test cases use the deprecated Isolate API and should be updated to 130 # These test cases use the deprecated Isolate API and should be updated to
130 # use spawnFunction: issue ... 131 # use spawnFunction: issue ...
131 LibTest/isolate/Isolate/port_A01_t02: Fail, OK 132 LibTest/isolate/Isolate/port_A01_t02: Fail, OK
132 LibTest/isolate/Isolate/port_A01_t01: Fail, OK 133 LibTest/isolate/Isolate/port_A01_t01: Fail, OK
133 LibTest/isolate/Isolate/main_A01_t01: Fail, OK 134 LibTest/isolate/Isolate/main_A01_t01: Fail, OK
134 LibTest/isolate/Isolate/class_A01_t01: Fail, OK 135 LibTest/isolate/Isolate/class_A01_t01: Fail, OK
135 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK 136 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK
136 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK 137 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK
137 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK 138 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 765 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
765 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 766 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
766 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 767 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
767 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 768 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
768 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 769 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
769 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 770 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
770 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 771 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
771 772
772 [ $compiler == dart2dart ] 773 [ $compiler == dart2dart ]
773 *: Skip 774 *: Skip
OLDNEW
« no previous file with comments | « lib/compiler/implementation/library_map.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698