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

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

Issue 10456060: Eliminate unary plus with hex literals (Closed) Base URL: http://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 | « runtime/vm/scanner.cc ('k') | tests/corelib/corelib.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 70
71 # 71 #
72 # Issues with co19 test suite. 72 # Issues with co19 test suite.
73 # 73 #
74 # If you add anything here, either file a bug against the Dart 74 # If you add anything here, either file a bug against the Dart
75 # langauge specification, co19 test suite, or add a comment that ahe@ 75 # langauge specification, co19 test suite, or add a comment that ahe@
76 # can understand so he can file a bug later. 76 # can understand so he can file a bug later.
77 # 77 #
78 [ $compiler == dart2js ] 78 [ $compiler == dart2js ]
79
80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # issue 3333
81 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # issue 3333
82
83
79 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant. 84 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant.
80 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 85 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
81 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 86 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
82 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 87 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
83 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 88 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
84 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 89 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
85 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 90 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
86 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 91 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
87 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 92 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
88 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 93 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 546 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
542 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 547 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
543 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 548 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
544 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 549 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
545 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 550 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
546 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 551 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
547 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 552 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
548 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 553 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
549 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 554 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
550 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 555 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « runtime/vm/scanner.cc ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698