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

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

Issue 11983004: Regenerate libs for case sensitive file systems. (Why is mac case (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 251
252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
253 request_animation_frame_test: Skip # Async test hangs. 253 request_animation_frame_test: Skip # Async test hangs.
254 254
255 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 255 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
256 isolates_test: Skip # Timeout because leg does not support web workers. 256 isolates_test: Skip # Timeout because leg does not support web workers.
257 257
258 [ $compiler == dart2js && $runtime == ff ] 258 [ $compiler == dart2js && $runtime == ff ]
259 inner_frame_test: Skip # Timeout 259 inner_frame_test: Skip # Timeout
260 svg_3_test: Skip # Timeout 260 svg_3_test: Skip # Timeout
261
262 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
263 audiocontext_test: Fail
264
265 [ $compiler == dart2js && $runtime == drt ]
266 notifications_test/webkitNotifications: Fail
267
268 [ $compiler == none && $system == linux && $runtime == drt ]
269 audiocontext_test: Fail
270 notifications_test/webkitNotifications: Fail
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/templates/html/impl/impl_DOMException.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698