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

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: 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 && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293
7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293
8 8
9 [ $compiler == dart2js ] 9 [ $compiler == dart2js ]
10 math/double_pow_test: RuntimeError 10 math/double_pow_test: RuntimeError
(...skipping 25 matching lines...) Expand all
36 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 36 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
37 mirrors/unnamed_library_test: RuntimeError # Issue 10580 37 mirrors/unnamed_library_test: RuntimeError # Issue 10580
38 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 38 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
39 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 39 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
40 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 40 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
41 async/stream_controller_async_test: RuntimeError, Pass # http://dartbug.com/1195 3 41 async/stream_controller_async_test: RuntimeError, Pass # http://dartbug.com/1195 3
42 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 42 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
43 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 43 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
44 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 44 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
45 mirrors/closures_test/none: RuntimeError # Issue 6490 45 mirrors/closures_test/none: RuntimeError # Issue 6490
46 mirrors/symbol_validation_test: RuntimeError # Issue 13597
47 mirrors/private_symbol_test: CompileTimeError # Issue 13597
48
46 49
47 [ $runtime == safari ] 50 [ $runtime == safari ]
48 mirrors/return_type_test: Pass, Timeout # Issue 12858 51 mirrors/return_type_test: Pass, Timeout # Issue 12858
49 52
50 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 53 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
51 math/math_test: RuntimeError 54 math/math_test: RuntimeError
52 math/math2_test: RuntimeError 55 math/math2_test: RuntimeError
53 56
54 [ $compiler == dart2js && $jscl ] 57 [ $compiler == dart2js && $jscl ]
55 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 58 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 132
130 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 133 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
131 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 134 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
132 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 135 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
133 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 136 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
134 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 137 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
135 mirrors/redirecting_factory_test/none: Fail # Issue 13365 138 mirrors/redirecting_factory_test/none: Fail # Issue 13365
136 mirrors/redirecting_factory_test/01: Fail # Issue 13365 139 mirrors/redirecting_factory_test/01: Fail # Issue 13365
137 mirrors/redirecting_factory_test/02: Fail # Issue 13365 140 mirrors/redirecting_factory_test/02: Fail # Issue 13365
138 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 141 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
142 mirrors/symbol_validation_test: RuntimeError # Issue 13596
139 143
140 [ $compiler == none && $runtime == drt ] 144 [ $compiler == none && $runtime == drt ]
141 async/timer_isolate_test: Skip # See Issue 4997 145 async/timer_isolate_test: Skip # See Issue 4997
142 async/timer_not_available_test: Skip # only meant to test when there is no way t o 146 async/timer_not_available_test: Skip # only meant to test when there is no way t o
143 # implement timer (currently only in d8) 147 # implement timer (currently only in d8)
144 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 148 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
145 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 149 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
146 async/run_async6_test: Fail # Issue 10910 150 async/run_async6_test: Fail # Issue 10910
147 151
148 [ $compiler == none && $runtime == drt && $system == windows ] 152 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 27 matching lines...) Expand all
176 mirrors/generics_test/none: Fail # Issue 13432 180 mirrors/generics_test/none: Fail # Issue 13432
177 181
178 mirrors/parameter_metadata_test: Fail # Issue 13510 182 mirrors/parameter_metadata_test: Fail # Issue 13510
179 mirrors/method_mirror_returntype_test: Fail # Issue 13510 183 mirrors/method_mirror_returntype_test: Fail # Issue 13510
180 mirrors/function_type_mirror_test: Fail # Issue 13510 184 mirrors/function_type_mirror_test: Fail # Issue 13510
181 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 185 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510
182 186
183 [ $arch == x64 && $compiler == none && $runtime == vm ] 187 [ $arch == x64 && $compiler == none && $runtime == vm ]
184 math/double_pow_test: Pass, Fail # Issue 13543 188 math/double_pow_test: Pass, Fail # Issue 13543
185 189
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698