Skip to content

Commit

Permalink
[ES6 modules] WPT: mark error test cases as flaky
Browse files Browse the repository at this point in the history
The web platform tests testing module script errors are not deterministic
until we have the new algorithm being proposed at HTML PRs below:
- whatwg/html#2971
- whatwg/html#2991

This CL marks the test as flaky until we land the new algorithm.

TBR=hiroshige@chromium.org

Bug: 767093, 763597
Change-Id: I9ef17f2ae6dc51acbef4dbab1f7f7c7438d17eb7
Reviewed-on: https://chromium-review.googlesource.com/676403
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#503304}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: e35c1229109f3eb213a4f62ebb27b1b864e5ba10
  • Loading branch information
nyaxt authored and Commit Bot committed Sep 21, 2017
1 parent faefc33 commit 488b865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WebKit/LayoutTests/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -3053,6 +3053,9 @@ crbug.com/736056 [ Mac Win7 ] external/wpt/encoding/legacy-mb-korean [ Timeout P
crbug.com/736056 [ Mac ] external/wpt/encoding/legacy-mb-tchinese [ Timeout Pass ]
crbug.com/736056 external/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-hangul.html [ Timeout Pass ]

# Known issue: module script errors are not derteministic
crbug.com/763597 external/wpt/html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html [ Failure Pass ]

# module script lacks XHTML support
crbug.com/717643 external/wpt/html/semantics/scripting-1/the-script-element/module/module-in-xhtml.xhtml [ Failure ]

Expand Down

0 comments on commit 488b865

Please sign in to comment.