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

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

Issue 1301573002: Update status file. Timers are not supported on jsshell. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. 163 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
164 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. 164 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728.
165 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. 165 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728.
166 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. 166 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728.
167 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. 167 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728.
168 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. 168 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728.
169 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss ue 7728. 169 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss ue 7728.
170 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728. 170 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728.
171 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s upported: Issue 7728. 171 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s upported: Issue 7728.
172 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. 172 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728.
173 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728 .
173 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim eError. Issue 22130 - Crash (out of memory). 174 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim eError. Issue 22130 - Crash (out of memory).
174 175
175 [ $compiler == dart2js && $checked ] 176 [ $compiler == dart2js && $checked ]
176 convert/utf85_test: Pass, Slow # Issue 12029. 177 convert/utf85_test: Pass, Slow # Issue 12029.
177 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. 178 mirrors/list_constructor_test/01: RuntimeError # Issue 19635.
178 179
179 [ $compiler == dart2js ] 180 [ $compiler == dart2js ]
180 convert/chunked_conversion_utf88_test: Slow, Pass 181 convert/chunked_conversion_utf88_test: Slow, Pass
181 convert/utf85_test: Slow, Pass 182 convert/utf85_test: Slow, Pass
182 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 183 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 563 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
563 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 564 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
564 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions 565 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions
565 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction 566 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction
566 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions 567 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions
567 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions 568 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions
568 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle sync*/async* functions 569 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle sync*/async* functions
569 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions 570 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions
570 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 571 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
571 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n 572 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698