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

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

Issue 180723004: Use Date.getTime instead of Date.getMilliseconds in dart:js. (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 | « tests/lib/js/datetime_roundtrip_test.dart ('k') | 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 166
167 [ $compiler == dart2js ] 167 [ $compiler == dart2js ]
168 convert/chunked_conversion_utf88_test: Slow, Pass 168 convert/chunked_conversion_utf88_test: Slow, Pass
169 convert/utf85_test: Slow, Pass 169 convert/utf85_test: Slow, Pass
170 170
171 171
172 [ $compiler == dart2js && $browser ] 172 [ $compiler == dart2js && $browser ]
173 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 173 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
174 # implement timer (currently only in d8 ) 174 # implement timer (currently only in d8 )
175 175
176 # 'js' tests import the dart:js library, so they only make sense in
177 # a browser environment.
178 [ $runtime == vm ]
kasperl 2014/02/27 14:58:59 What if runtime is d8?
floitsch 2014/02/27 15:02:44 I had to ask Rico, too. Dart2js is invoked with '-
179 js/*: Skip
180
176 [ $compiler == dart2js && $minified ] 181 [ $compiler == dart2js && $minified ]
177 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804 182 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804
178 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding. 183 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding.
179 184
180 [ $compiler == dart2dart ] 185 [ $compiler == dart2dart ]
181 mirrors/*: Skip # http://dartbug.com/11511 186 mirrors/*: Skip # http://dartbug.com/11511
182 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 187 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
183 188
184 [ $compiler == dart2dart && $minified ] 189 [ $compiler == dart2dart && $minified ]
185 convert/json_lib_test: Fail # Issue 10961 190 convert/json_lib_test: Fail # Issue 10961
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 290
286 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>' 291 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>'
287 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> 292 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>
288 293
289 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 294 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
290 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 295 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
291 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 296 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
292 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 297 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
293 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 298 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
294 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 299 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « tests/lib/js/datetime_roundtrip_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698