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

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

Issue 26291005: dart2js: The name of a library without a library declaration is the empty string. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
(...skipping 23 matching lines...) Expand all
34 mirrors/mixin_test/none: RuntimeError # Issue 12464 34 mirrors/mixin_test/none: RuntimeError # Issue 12464
35 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 35 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
36 mirrors/null_test : RuntimeError # Issue 12129 36 mirrors/null_test : RuntimeError # Issue 12129
37 mirrors/parameter_test/none: RuntimeError # Issue 6490 37 mirrors/parameter_test/none: RuntimeError # Issue 6490
38 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 38 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
39 mirrors/proxy_type_test: RuntimeError # Issue 13842 39 mirrors/proxy_type_test: RuntimeError # Issue 13842
40 mirrors/reflected_type_test: RuntimeError # Issue 12607 40 mirrors/reflected_type_test: RuntimeError # Issue 12607
41 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 41 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
42 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 42 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
43 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 43 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
44 mirrors/unnamed_library_test: RuntimeError # Issue 10580
45 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 44 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
46 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 45 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
47 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 46 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
48 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 47 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
49 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 48 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
50 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 49 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
51 mirrors/closures_test/none: RuntimeError # Issue 6490 50 mirrors/closures_test/none: RuntimeError # Issue 6490
52 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 51 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
53 async/stream_controller_async_test: Pass, Fail # Issue 13608 52 async/stream_controller_async_test: Pass, Fail # Issue 13608
54 53
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 mirrors/generics_substitution_test: RuntimeError # Issue 13808 213 mirrors/generics_substitution_test: RuntimeError # Issue 13808
215 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281 214 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281
216 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 215 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
217 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 216 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
218 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 217 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
219 218
220 [ $compiler == none && $runtime == dartium ] 219 [ $compiler == none && $runtime == dartium ]
221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 220 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 221 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
223 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 222 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698