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

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

Issue 24631003: Add proper API for creating private symbols wrt a library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: amend tests 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/double_pow_test: RuntimeError 6 math/double_pow_test: RuntimeError
7 math/low_test: RuntimeError 7 math/low_test: RuntimeError
8 math/random_test: RuntimeError 8 math/random_test: RuntimeError
9 mirrors/equality_test/02: RuntimeError # Issue 12333 9 mirrors/equality_test/02: RuntimeError # Issue 12333
10 mirrors/fake_function_test: RuntimeError # Issue 11612 10 mirrors/fake_function_test: RuntimeError # Issue 11612
11 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 11 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
12 mirrors/generics_test/01: RuntimeError # Issue 12333 12 mirrors/generics_test/01: RuntimeError # Issue 12333
13 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 13 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
14 mirrors/intercepted_class_test: RuntimeError # Issue 13644
rmacnak 2013/09/27 01:38:27 Not sure if there is anything to split out for par
15 mirrors/intercepted_object_test: RuntimeError # Issue 13644
14 mirrors/invoke_test: RuntimeError # Issue 11954 16 mirrors/invoke_test: RuntimeError # Issue 11954
15 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 17 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
16 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 18 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
17 mirrors/invoke_private_test: CompileTimeError # Issue 12164 19 mirrors/invoke_private_test: CompileTimeError # Issue 12164
18 mirrors/invoke_throws_test: RuntimeError # Issue 11954 20 mirrors/invoke_throws_test: RuntimeError # Issue 11954
19 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 21 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
20 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 22 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
21 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 23 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
22 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 24 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
23 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 25 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
24 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 26 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
25 mirrors/mixin_test/none: RuntimeError # Issue 12464 27 mirrors/mixin_test/none: RuntimeError # Issue 12464
26 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 28 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
27 mirrors/null_test : RuntimeError # Issue 12129 29 mirrors/null_test : RuntimeError # Issue 12129
28 mirrors/parameter_test/none: RuntimeError # Issue 6490 30 mirrors/parameter_test/none: RuntimeError # Issue 6490
29 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 31 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
30 mirrors/reflected_type_test: RuntimeError # Issue 12607 32 mirrors/reflected_type_test: RuntimeError # Issue 12607
31 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 33 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
32 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 34 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
33 mirrors/unnamed_library_test: RuntimeError # Issue 10580 35 mirrors/unnamed_library_test: RuntimeError # Issue 10580
34 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 36 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
35 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 37 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
36 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 38 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
37 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 39 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
38 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 40 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
39 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 41 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
40 mirrors/closures_test/none: RuntimeError # Issue 6490 42 mirrors/symbol_validation_test: RuntimeError # Issue 13597
43 mirrors/private_symbol_test: CompileTimeError # Issue 13597
41 44
42 [ $runtime == safari ] 45 [ $runtime == safari ]
43 mirrors/return_type_test: Pass, Timeout # Issue 12858 46 mirrors/return_type_test: Pass, Timeout # Issue 12858
44 47
45 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 48 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
46 math/math_test: RuntimeError 49 math/math_test: RuntimeError
47 math/math2_test: RuntimeError 50 math/math2_test: RuntimeError
48 51
49 [ $compiler == dart2js && $jscl ] 52 [ $compiler == dart2js && $jscl ]
50 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 53 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 135 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
133 136
134 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 137 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
135 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 138 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
136 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 139 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
137 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 140 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
138 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 141 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
139 mirrors/redirecting_factory_test/none: Fail # Issue 13365 142 mirrors/redirecting_factory_test/none: Fail # Issue 13365
140 mirrors/redirecting_factory_test/01: Fail # Issue 13365 143 mirrors/redirecting_factory_test/01: Fail # Issue 13365
141 mirrors/redirecting_factory_test/02: Fail # Issue 13365 144 mirrors/redirecting_factory_test/02: Fail # Issue 13365
142 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 145 mirrors/symbol_validation_test: RuntimeError # Issue 13596
143 146
144 [ $compiler == none && $runtime == drt ] 147 [ $compiler == none && $runtime == drt ]
145 async/timer_isolate_test: Skip # See Issue 4997 148 async/timer_isolate_test: Skip # See Issue 4997
146 async/timer_not_available_test: Skip # only meant to test when there is no way t o 149 async/timer_not_available_test: Skip # only meant to test when there is no way t o
147 # implement timer (currently only in d8) 150 # implement timer (currently only in d8)
148 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 151 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
149 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 152 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
150 async/run_async6_test: Fail # Issue 10910 153 async/run_async6_test: Fail # Issue 10910
151 154
152 [ $compiler == none && $runtime == drt && $system == windows ] 155 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 26 matching lines...) Expand all
179 182
180 [ $compiler == dart2analyzer ] 183 [ $compiler == dart2analyzer ]
181 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 184 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950
182 mirrors/typedef_test/none: Fail # Issue 13093 185 mirrors/typedef_test/none: Fail # Issue 13093
183 mirrors/generics_test/none: Fail # Issue 13432 186 mirrors/generics_test/none: Fail # Issue 13432
184 187
185 mirrors/parameter_metadata_test: Fail # Issue 13510 188 mirrors/parameter_metadata_test: Fail # Issue 13510
186 mirrors/method_mirror_returntype_test: Fail # Issue 13510 189 mirrors/method_mirror_returntype_test: Fail # Issue 13510
187 mirrors/function_type_mirror_test: Fail # Issue 13510 190 mirrors/function_type_mirror_test: Fail # Issue 13510
188 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 191 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698