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

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

Issue 9586007: Expect a '(' before calling parseArguments (which asserts this is the case). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « dart/frog/leg/scanner/parser.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 prefix co19 5 prefix co19
6 6
7 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 21 matching lines...) Expand all
32 32
33 [ $component == leg && $mode == release ] 33 [ $component == leg && $mode == release ]
34 34
35 35
36 [ $component == leg && $mode == debug ] 36 [ $component == leg && $mode == debug ]
37 37
38 38
39 [ $component == leg ] 39 [ $component == leg ]
40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. 40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate.
41 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate. 41 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate.
42 Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Crash # TODO(ahe): Investigate.
43 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Crash # TODO(ahe): Investigate. 42 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Crash # TODO(ahe): Investigate.
44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate. 43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate.
45 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate. 44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate.
46 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate. 45 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate.
47 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate. 46 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate.
48 Language/11_Statements/11_Labels_A01_t01: Crash # TODO(ahe): Investigate. 47 Language/11_Statements/11_Labels_A01_t01: Crash # TODO(ahe): Investigate.
49 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. 48 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate.
50 49
51 50
52 Language/05_Variables/05_Variables_A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 51 Language/05_Variables/05_Variables_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 769 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
771 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 770 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
772 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 771 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
773 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error 772 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error
774 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error 773 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error
775 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error 774 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error
776 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error 775 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error
777 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 776 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
778 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 777 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
779 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 778 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/scanner/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698