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

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

Issue 983163002: Fix status files after jsshell update. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/language/language_dart2js.status ('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 [ $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 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. 169 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
170 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. 170 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728.
171 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. 171 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728.
172 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. 172 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728.
173 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. 173 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728.
174 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. 174 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728.
175 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss ue 7728. 175 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss ue 7728.
176 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728. 176 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728.
177 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s upported: Issue 7728. 177 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s upported: Issue 7728.
178 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. 178 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728.
179 mirrors/mirrors_reader_test: Slow, RuntimeError, Crash # Issue 16589 - RuntimeEr ror. Issue 22130 - Crash (out of memory). 179 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim eError. Issue 22130 - Crash (out of memory).
180 180
181 [ $compiler == dart2js && $checked ] 181 [ $compiler == dart2js && $checked ]
182 convert/utf85_test: Pass, Slow # Issue 12029. 182 convert/utf85_test: Pass, Slow # Issue 12029.
183 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. 183 mirrors/list_constructor_test/01: RuntimeError # Issue 19635.
184 184
185 [ $compiler == dart2js ] 185 [ $compiler == dart2js ]
186 convert/chunked_conversion_utf88_test: Slow, Pass 186 convert/chunked_conversion_utf88_test: Slow, Pass
187 convert/utf85_test: Slow, Pass 187 convert/utf85_test: Slow, Pass
188 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 188 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
189 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding. 189 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 328
329 [ $mode == debug && $arch == ia32 && $system == windows ] 329 [ $mode == debug && $arch == ia32 && $system == windows ]
330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
331 331
332 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 332 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
333 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 333 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
334 334
335 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 335 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
336 mirrors/immutable_collections_test: SkipSlow # Timeout. 336 mirrors/immutable_collections_test: SkipSlow # Timeout.
337 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 337 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698