From e35c1229109f3eb213a4f62ebb27b1b864e5ba10 Mon Sep 17 00:00:00 2001 From: Kouhei Ueno Date: Thu, 21 Sep 2017 01:04:04 +0000 Subject: [PATCH] [ES6 modules] WPT: mark error test cases as flaky The web platform tests testing module script errors are not deterministic until we have the new algorithm being proposed at HTML PRs below: - https://github.com/whatwg/html/pull/2971 - https://github.com/whatwg/html/pull/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 Commit-Queue: Kouhei Ueno Cr-Commit-Position: refs/heads/master@{#503304} --- third_party/WebKit/LayoutTests/TestExpectations | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations index c7fff8cff2e55..ce6d73db75f69 100644 --- a/third_party/WebKit/LayoutTests/TestExpectations +++ b/third_party/WebKit/LayoutTests/TestExpectations @@ -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 ]