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

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

Issue 2150003002: Recognize WEBGL extensions on Firefox (copy with regenerated files) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tests/html/webgl_extensions_test.dart » ('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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 websql_test/supported: Fail 337 websql_test/supported: Fail
338 338
339 # 'html' tests import the HTML library, so they only make sense in 339 # 'html' tests import the HTML library, so they only make sense in
340 # a browser environment. 340 # a browser environment.
341 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_app ] 341 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_app ]
342 *: Skip 342 *: Skip
343 343
344 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 344 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
345 request_animation_frame_test: Skip # Async test hangs. 345 request_animation_frame_test: Skip # Async test hangs.
346 346
347 [ $runtime == drt ]
348 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea dless'.
349
347 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 350 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
348 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 351 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
352 # TODO(sra): Change these tests to use a same-origin JavaScript script file.
349 event_customevent_test: SkipByDesign 353 event_customevent_test: SkipByDesign
350 js_interop_1_test: SkipByDesign 354 js_interop_1_test: SkipByDesign
351 js_test: SkipByDesign 355 js_test: SkipByDesign
352 js_array_test: SkipByDesign 356 js_array_test: SkipByDesign
353 js_typed_interop_test: SkipByDesign 357 js_typed_interop_test: SkipByDesign
354 js_typed_interop_default_arg_test: SkipByDesign 358 js_typed_interop_default_arg_test: SkipByDesign
355 js_typed_interop_type_test: SkipByDesign 359 js_typed_interop_type_test: SkipByDesign
356 js_function_getter_test: SkipByDesign 360 js_function_getter_test: SkipByDesign
357 js_function_getter_trust_types_test: SkipByDesign 361 js_function_getter_trust_types_test: SkipByDesign
358 js_dart_to_string_test: SkipByDesign 362 js_dart_to_string_test: SkipByDesign
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 # These are raw dart:js tests that fail due to bugs in the CPS IR: 403 # These are raw dart:js tests that fail due to bugs in the CPS IR:
400 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 404 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
401 405
402 [ $compiler == dart2js && $cps_ir && $host_checked ] 406 [ $compiler == dart2js && $cps_ir && $host_checked ]
403 js_typed_interop_default_arg_test/none: Crash # Issue 25911 407 js_typed_interop_default_arg_test/none: Crash # Issue 25911
404 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 408 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
405 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 409 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
406 410
407 [ $compiler == dart2js && $cps_ir && $checked ] 411 [ $compiler == dart2js && $cps_ir && $checked ]
408 *: Skip # `assert` not implemented 412 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tests/html/webgl_extensions_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698