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

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

Issue 10536118: Create an initial port. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename __port to _lazy_port Created 8 years, 6 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/isolate/frog/isolateimpl.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 && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 95 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
96 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 96 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
97 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 97 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
98 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 98 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
99 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 99 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
100 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 100 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
101 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 101 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
102 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined 102 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined
103 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined 103 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined
104 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined 104 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined
105 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail # Runtime error: TypeError: Cannot call method 'receive$1' of undefined
106 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail # Runtime error: TypeError: Cannot call method 'receive$1' of undefined
107 LibTest/isolate/Isolate/spawn_A01_t01: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
108 LibTest/isolate/Isolate/spawn_A01_t02: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
109 LibTest/isolate/Isolate/spawn_A01_t04: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
110 LibTest/isolate/Isolate/spawn_A01_t05: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
111 LibTest/isolate/Isolate/spawn_A01_t06: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
112 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' 105 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2'
113 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' 106 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0'
114 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 107 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
115 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 108 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
116 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 109 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
117 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 110 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
118 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' 111 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
119 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage 112 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage
120 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage 113 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage
121 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 114 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
122 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 115 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
123 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 116 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
124 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 117 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
125 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 118 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
126 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 119 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
127 LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
128 LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
129 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
130 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
131 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
132 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
133 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 120 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
134 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
135 121
136 122
137 # The following tests use the deprecated Date interface. 123 # The following tests use the deprecated Date interface.
138 LibTest/core/Date/Date_A02_t01: Fail, OK 124 LibTest/core/Date/Date_A02_t01: Fail, OK
139 LibTest/core/Date/Date.now_A02_t01: Fail, OK 125 LibTest/core/Date/Date.now_A02_t01: Fail, OK
140 LibTest/core/Date/add_A04_t01: Fail, OK 126 LibTest/core/Date/add_A04_t01: Fail, OK
141 LibTest/core/Date/value_A01_t02: Skip 127 LibTest/core/Date/value_A01_t02: Skip
142 LibTest/core/Date/value_A02_t01: Skip 128 LibTest/core/Date/value_A02_t01: Skip
143 LibTest/core/Date/isLocalTime_A01_t01: Fail, OK 129 LibTest/core/Date/isLocalTime_A01_t01: Fail, OK
144 LibTest/core/Date/toString_A02_t01: Skip 130 LibTest/core/Date/toString_A02_t01: Skip
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 186 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
201 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 187 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
202 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 188 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
203 189
204 [ $compiler == dart2js && $runtime == d8 ] 190 [ $compiler == dart2js && $runtime == d8 ]
205 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 191 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
206 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 192 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
207 193
208 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 194 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
209 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 195 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
210 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
211 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 196 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
212 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 197 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
213 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 198 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
214 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 199 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
215 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 200 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
216 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 201 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
217 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 202 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
218 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 203 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
219 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 204 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
220 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 205 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 689 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
705 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 690 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
706 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 691 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
707 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 692 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
708 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 693 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
709 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 694 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
710 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 695 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
711 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 696 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
712 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 697 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
713 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 698 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/isolate/frog/isolateimpl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698