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

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

Issue 9169013: Issue 1099: Compile time error for RHS this access in initializer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Failing JUnit opt test Created 8 years, 11 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 | « compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java ('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 7
8 # 8 #
9 # Problems specific to running on Mac OS X 9 # Problems specific to running on Mac OS X
10 # 10 #
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail 50 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail
51 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail 51 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail
52 52
53 # 53 #
54 # Problems in both debug and release builds 54 # Problems in both debug and release builds
55 # 55 #
56 [ $component == dartc ] 56 [ $component == dartc ]
57 57
58 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail 58 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail
59 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670. 59 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670.
60 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670.
61 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670. 60 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670.
62 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670.
63 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail 61 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail
64 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371670. 62 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371670.
65 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t01: Fail 63 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t01: Fail
66 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail 64 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail
67 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail 65 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail
68 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail 66 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail
69 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail 67 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail
70 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t02: Fail 68 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t02: Fail
71 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t03: Fail 69 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t03: Fail
72 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670. 70 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670.
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 371
374 [ $component == dartium ] 372 [ $component == dartium ]
375 *: Skip 373 *: Skip
376 374
377 375
378 [ $component == chromium ] 376 [ $component == chromium ]
379 *: Skip 377 *: Skip
380 378
381 [ $component == frogium ] 379 [ $component == frogium ]
382 *: Skip 380 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698