Bug 196209 - Layout Test js/math-clz32.html is failing
Summary: Layout Test js/math-clz32.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-25 12:14 PDT by Per Arne Vollan
Modified: 2020-03-22 05:16 PDT (History)
12 users (show)

See Also:


Attachments
Patch (1.08 KB, patch)
2019-03-25 13:59 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews202 for win-future (12.93 MB, application/zip)
2019-03-26 04:33 PDT, EWS Watchlist
no flags Details
Patch (2.18 KB, patch)
2019-03-26 11:47 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews200 for win-future (12.87 MB, application/zip)
2019-03-26 15:11 PDT, EWS Watchlist
no flags Details
Patch (2.23 KB, patch)
2019-03-26 19:45 PDT, Per Arne Vollan
ross.kirsling: review+
Details | Formatted Diff | Diff
Patch (3.03 KB, patch)
2019-03-27 07:17 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2019-03-25 12:14:47 PDT
The following layout test is failing on Windows:

js/math-clz32.html

Probable cause:

Unknown.

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fmath-clz32.html
Comment 1 Per Arne Vollan 2019-03-25 13:59:55 PDT
Created attachment 365894 [details]
Patch
Comment 2 EWS Watchlist 2019-03-26 04:33:08 PDT
Comment on attachment 365894 [details]
Patch

Attachment 365894 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/11670764

New failing tests:
animations/resume-after-page-cache.html
Comment 3 EWS Watchlist 2019-03-26 04:33:20 PDT
Created attachment 365958 [details]
Archive of layout-test-results from ews202 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews202  Port: win-future  Platform: CYGWIN_NT-6.1-2.10.0-0.325-5-3-x86_64-64bit
Comment 4 Per Arne Vollan 2019-03-26 11:47:48 PDT
Created attachment 365979 [details]
Patch
Comment 5 EWS Watchlist 2019-03-26 15:10:59 PDT
Comment on attachment 365979 [details]
Patch

Attachment 365979 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/11675653

New failing tests:
js/math-clz32.html
Comment 6 EWS Watchlist 2019-03-26 15:11:11 PDT
Created attachment 366011 [details]
Archive of layout-test-results from ews200 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews200  Port: win-future  Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Comment 7 Per Arne Vollan 2019-03-26 19:45:45 PDT
Created attachment 366041 [details]
Patch
Comment 8 Ross Kirsling 2019-03-26 20:09:20 PDT
Comment on attachment 366041 [details]
Patch

We should move the `bitSize64` declaration under #if COMPILER(GCC_COMPATIBLE) while we're at it.
Comment 9 Ross Kirsling 2019-03-26 20:20:25 PDT
Er whoops, looks like the `- 1` from your first patch attempt is also necessary for x64.

(The off-by-one was pretty clearly introduced here: https://github.com/WebKit/webkit/commit/743154c6e5aef8c3d74d16540708f0c5ef09f5df#diff-9b03cfd7f9672cf12ab87ca5592ebd4cL670)
Comment 10 Per Arne Vollan 2019-03-27 07:17:21 PDT
Created attachment 366068 [details]
Patch
Comment 11 Per Arne Vollan 2019-03-27 07:18:30 PDT
(In reply to Ross Kirsling from comment #9)
> Er whoops, looks like the `- 1` from your first patch attempt is also
> necessary for x64.
> 
> (The off-by-one was pretty clearly introduced here:
> https://github.com/WebKit/webkit/commit/
> 743154c6e5aef8c3d74d16540708f0c5ef09f5df#diff-
> 9b03cfd7f9672cf12ab87ca5592ebd4cL670)

Thanks for reviewing! I have updated the patch.
Comment 12 WebKit Commit Bot 2019-03-27 09:12:28 PDT
Comment on attachment 366068 [details]
Patch

Clearing flags on attachment: 366068

Committed r243544: <https://trac.webkit.org/changeset/243544>
Comment 13 Radar WebKit Bug Importer 2020-03-22 05:16:23 PDT
<rdar://problem/60739695>