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

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

Issue 11417135: Issue 6822. Report error only if import prefix is hidden by top-level element. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/end2end/inc/IncrementalCompilation2Test.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) 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 == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure. 6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure.
7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 # co19 issue 320 66 # co19 issue 320
67 Language/13_Libraries_and_Scripts/1_Imports_A02_t03: Fail, OK 67 Language/13_Libraries_and_Scripts/1_Imports_A02_t03: Fail, OK
68 Language/13_Libraries_and_Scripts/1_Imports_A02_t05: Fail, OK 68 Language/13_Libraries_and_Scripts/1_Imports_A02_t05: Fail, OK
69 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail, OK 69 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail, OK
70 Language/13_Libraries_and_Scripts/1_Imports_A02_t13: Fail, OK 70 Language/13_Libraries_and_Scripts/1_Imports_A02_t13: Fail, OK
71 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail, OK 71 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail, OK
72 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail, OK 72 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail, OK
73 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail, OK 73 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail, OK
74 74
75 # issue 6822
76 Language/13_Libraries_and_Scripts/1_Imports_A02_t24: Fail
77
78 # issue 6823 75 # issue 6823
79 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail 76 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail
80 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail 77 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail
81 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail 78 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail
82 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail 79 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail
83 80
84 # co19 issue 321 81 # co19 issue 321
85 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK 82 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK
86 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK 83 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK
87 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK 84 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316 558 LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316
562 LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316 559 LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316
563 LibTest/math/log_A01_t04: Fail, OK # co19 issue 316 560 LibTest/math/log_A01_t04: Fail, OK # co19 issue 316
564 LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316 561 LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316
565 LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316 562 LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316
566 LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316 563 LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316
567 LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316 564 LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316
568 565
569 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 566 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
570 *: Skip 567 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698