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

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

Issue 10539104: Give static functions that have a getter a name. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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') | tests/isolate/isolate.status » ('j') | 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 121 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
122 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 122 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
123 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' 123 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
124 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage 124 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage
125 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage 125 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage
126 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 126 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
127 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 127 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
128 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 128 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
129 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 129 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
130 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 130 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
131 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned. 131 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
132 LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned. 132 LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
133 LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned. 133 LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
134 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 134 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
135 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 135 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
136 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 136 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
137 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 137 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
138 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 138 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
139 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 139 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Runtime error: TypeErr or: Cannot call method 'toSendPort$0' of undefined.
140 140
141 141
142 # The following tests use the deprecated Date interface. 142 # The following tests use the deprecated Date interface.
143 LibTest/core/Date/Date_A02_t01: Fail, OK 143 LibTest/core/Date/Date_A02_t01: Fail, OK
144 LibTest/core/Date/Date.now_A02_t01: Fail, OK 144 LibTest/core/Date/Date.now_A02_t01: Fail, OK
145 LibTest/core/Date/add_A04_t01: Fail, OK 145 LibTest/core/Date/add_A04_t01: Fail, OK
146 LibTest/core/Date/value_A01_t02: Skip 146 LibTest/core/Date/value_A01_t02: Skip
147 LibTest/core/Date/value_A02_t01: Skip 147 LibTest/core/Date/value_A02_t01: Skip
148 LibTest/core/Date/isLocalTime_A01_t01: Fail, OK 148 LibTest/core/Date/isLocalTime_A01_t01: Fail, OK
149 LibTest/core/Date/toString_A02_t01: Skip 149 LibTest/core/Date/toString_A02_t01: Skip
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 730 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
731 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 731 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
732 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 732 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
733 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 733 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
734 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 734 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
736 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 736 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
737 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 737 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
738 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 738 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
739 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 739 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/isolate/frog/isolateimpl.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698