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

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

Issue 201873002: Trying to make preamble for d8. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: call enterJsAsync/leaveJsAsync. All lib/async tests now run. 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
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 mirrors/null_test: Fail # http://dartbug.com/16831 125 mirrors/null_test: Fail # http://dartbug.com/16831
126 126
127 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 127 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
128 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 128 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
129 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 129 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
130 130
131 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 131 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
132 math/math_test: RuntimeError 132 math/math_test: RuntimeError
133 math/math2_test: RuntimeError 133 math/math2_test: RuntimeError
134 134
135 [ $compiler == dart2js && $jscl ] 135 [ $compiler == dart2js && $runtime == jsshell ]
136 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 136 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
137 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 137 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728.
138 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 138 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug .com/7728.
139 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug. com/7728. 139 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug. com/7728.
140 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d artbug.com/7728. 140 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d artbug.com/7728.
141 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; dartbug.com/7728. 141 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; dartbug.com/7728.
142 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. 142 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
143 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. 143 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run.
144 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. 144 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run.
145 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. 145 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 convert/utf85_test: Pass, Slow # Issue 12029. 179 convert/utf85_test: Pass, Slow # Issue 12029.
180 mirrors/metadata_nested_constructor_call_test/none: RuntimeError # Issue 17187 180 mirrors/metadata_nested_constructor_call_test/none: RuntimeError # Issue 17187
181 181
182 [ $compiler == dart2js ] 182 [ $compiler == dart2js ]
183 convert/chunked_conversion_utf88_test: Slow, Pass 183 convert/chunked_conversion_utf88_test: Slow, Pass
184 convert/utf85_test: Slow, Pass 184 convert/utf85_test: Slow, Pass
185 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 185 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
186 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding. 186 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
187 187
188 188
189 [ $compiler == dart2js && $browser ] 189 [ $compiler == dart2js && ( $browser || $runtimer == d8 ) ]
floitsch 2014/03/19 14:08:31 runtime = d8
190 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 190 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
191 # implement timer (currently only in d8 ) 191 # implement timer (currently only in js shell)
192 192
193 # 'js' tests import the dart:js library, so they only make sense in 193 # 'js' tests import the dart:js library, so they only make sense in
194 # a browser environment. 194 # a browser environment.
195 [ $runtime == vm ] 195 [ $runtime == vm ]
196 js/*: Skip 196 js/*: Skip
197 197
198 [ $compiler == dart2js && $minified ] 198 [ $compiler == dart2js && $minified ]
199 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 199 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804
200 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding. 200 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding.
201 201
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 293 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
294 async/timer_isolate_test: Fail 294 async/timer_isolate_test: Fail
295 295
296 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime = = dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] 296 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime = = dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ]
297 # Deferred loading is not implemented in the VM so the error-handling will never be triggered. 297 # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
298 async/deferred/deferred_fail_to_load_test: Fail 298 async/deferred/deferred_fail_to_load_test: Fail
299 # Deferred loading is not implemented in the VM so the error-handling will never be triggered. 299 # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
300 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 300 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
301 async/deferred/deferred_in_isolate_test: Fail 301 async/deferred/deferred_in_isolate_test: Fail
302 302
303 [ $compiler == dart2js ] 303 [ $compiler == dart2js && $runtime != d8 ]
304 async/schedule_microtask_test: Fail # Issue 9002 304 async/schedule_microtask_test: Fail # Issue 9002
305 305
306 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 306 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
307 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 307 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
308 308
309 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 309 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
310 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 310 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
311 311
312 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 312 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
313 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 313 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
314 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 314 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
315 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 315 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
316 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 316 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
317 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 317 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
318 318
319 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 319 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
320 mirrors/*deferred*: Skip # Issue 17458 320 mirrors/*deferred*: Skip # Issue 17458
321 321
322 [ $compiler == dart2js && $mode == debug ] 322 [ $compiler == dart2js && $mode == debug ]
323 mirrors/native_class_test: Pass, Slow 323 mirrors/native_class_test: Pass, Slow
OLDNEW
« sdk/lib/_internal/lib/preambles/d8.js ('K') | « tests/lib/async/future_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698