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

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

Issue 10947024: Made dart2js constructor lookup logic "private"-aware, fixed 4740 bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another try in implementing constructor lookup, without SelectorName this time. Created 8 years, 3 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
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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: Fail # inherited from dart2 js 6 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: Fail # inherited from dart2 js
7 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 7 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
8 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 8 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
9 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 9 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
10 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 10 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js 157 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js
158 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js 158 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js
159 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201 159 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201
160 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201 160 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201
161 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211 161 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211
162 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name 162 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name
163 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name 163 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name
164 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name 164 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name
165 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name 165 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name
166 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 166 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
167
168 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
169 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698