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

Side by Side Diff: tests/lib/lib.status

Issue 215063002: lib.status: de-duped JSON serialization in Dart2Dart + minified (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 198
199 [ $compiler == dart2js && $minified ] 199 [ $compiler == dart2js && $minified ]
200 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 200 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804
201 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding. 201 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding.
202 202
203 [ $compiler == dart2dart ] 203 [ $compiler == dart2dart ]
204 mirrors/*: Skip # http://dartbug.com/11511 204 mirrors/*: Skip # http://dartbug.com/11511
205 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 205 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
206 206
207 [ $compiler == dart2dart && $minified ] 207 [ $compiler == dart2dart && $minified ]
208 convert/json_lib_test: Fail # Issue 10961 208 convert/json_lib_test: Fail # Issue 10961
209 convert/json2_test: Fail # Issue 17850 209 convert/json2_test: Fail # Issue 10961
210 210
211 [ $compiler == dart2js && $minified ] 211 [ $compiler == dart2js && $minified ]
212 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 212 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
213 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 213 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555
214 mirrors/mirrors_used_get_name_test: RuntimeError 214 mirrors/mirrors_used_get_name_test: RuntimeError
215 mirrors/mirrors_used_get_name2_test: RuntimeError 215 mirrors/mirrors_used_get_name2_test: RuntimeError
216 216
217 [ $runtime == ff ] 217 [ $runtime == ff ]
218 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 218 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
219 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 219 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 322 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
323 323
324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
325 325
326 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 326 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
327 async/*deferred*: Skip # Issue 17458 327 async/*deferred*: Skip # Issue 17458
328 mirrors/*deferred*: Skip # Issue 17458 328 mirrors/*deferred*: Skip # Issue 17458
329 329
330 [ $compiler == dart2js && $mode == debug ] 330 [ $compiler == dart2js && $mode == debug ]
331 mirrors/native_class_test: Pass, Slow 331 mirrors/native_class_test: Pass, Slow
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698