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

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

Issue 9810027: Allow constant folding of && and ||. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 8 years, 9 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
« frog/leg/operations.dart ('K') | « frog/leg/operations.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $component == dart2js && $system == macos ] 5 [ $component == dart2js && $system == macos ]
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 205 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
206 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented 206 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented
207 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 207 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
210 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
212 212
213 213
214 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 214 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
215 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
216 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 215 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
217 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. 216 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
218 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 217 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
219 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. 218 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists.
220 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. 219 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps.
221 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. 220 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps.
222 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 221 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
223 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 222 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
224 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 223 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
225 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 224 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 512 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
514 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 513 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
515 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 514 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
516 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 515 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
517 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 516 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 517 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
521 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
522 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 521 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« frog/leg/operations.dart ('K') | « frog/leg/operations.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698