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

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

Issue 2070513002: Revert "Revert "Make Safari tests more robust."" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | « tests/co19/co19-dart2js.status ('k') | tools/bots/compiler.py » ('j') | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 285
286 [ $runtime == safari ] 286 [ $runtime == safari ]
287 audiobuffersourcenode_test/functional: RuntimeError 287 audiobuffersourcenode_test/functional: RuntimeError
288 input_element_test/supported_month: RuntimeError 288 input_element_test/supported_month: RuntimeError
289 input_element_test/supported_time: RuntimeError 289 input_element_test/supported_time: RuntimeError
290 input_element_test/supported_week: RuntimeError 290 input_element_test/supported_week: RuntimeError
291 input_element_test/supported_date: Fail 291 input_element_test/supported_date: Fail
292 input_element_test/supported_datetime-local: Fail 292 input_element_test/supported_datetime-local: Fail
293 touchevent_test/supported: Fail # Safari does not support TouchEvents 293 touchevent_test/supported: Fail # Safari does not support TouchEvents
294 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them. 294 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them.
295
296 [ $runtime == safari ]
297 indexeddb_1_test/functional: Skip # Times out. Issue 21433 295 indexeddb_1_test/functional: Skip # Times out. Issue 21433
298 indexeddb_2_test: RuntimeError # Issue 21433 296 indexeddb_2_test: RuntimeError # Issue 21433
299 indexeddb_4_test: RuntimeError # Issue 21433 297 indexeddb_4_test: RuntimeError # Issue 21433
300 indexeddb_5_test: RuntimeError # Issue 21433 298 indexeddb_5_test: RuntimeError # Issue 21433
301 299
300
301 js_test/JsArray: RuntimeError # Fails 10 out of 10.
302 indexeddb_3_test: Skip # Times out 1 out of 10.
303
302 [ $runtime == opera ] 304 [ $runtime == opera ]
303 blob_constructor_test: Fail 305 blob_constructor_test: Fail
304 canvas_test: Fail 306 canvas_test: Fail
305 canvas_test: Pass,Fail 307 canvas_test: Pass,Fail
306 cssstyledeclaration_test: Fail 308 cssstyledeclaration_test: Fail
307 document_test/document: Fail # Issue: 7413 309 document_test/document: Fail # Issue: 7413
308 element_add_test: Fail 310 element_add_test: Fail
309 element_constructor_1_test: Fail 311 element_constructor_1_test: Fail
310 element_test/children: Fail # Issue: 7413 312 element_test/children: Fail # Issue: 7413
311 element_test/constructors: Fail 313 element_test/constructors: Fail
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 # These are raw dart:js tests that fail due to bugs in the CPS IR: 426 # These are raw dart:js tests that fail due to bugs in the CPS IR:
425 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 427 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
426 428
427 [ $compiler == dart2js && $cps_ir && $host_checked ] 429 [ $compiler == dart2js && $cps_ir && $host_checked ]
428 js_typed_interop_default_arg_test/none: Crash # Issue 25911 430 js_typed_interop_default_arg_test/none: Crash # Issue 25911
429 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 431 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
430 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 432 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
431 433
432 [ $compiler == dart2js && $cps_ir && $checked ] 434 [ $compiler == dart2js && $cps_ir && $checked ]
433 *: Skip # `assert` not implemented 435 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tools/bots/compiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698