WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
176056
[Win] A WTF test is timing out in run-api-tests.
https://bugs.webkit.org/show_bug.cgi?id=176056
Summary
[Win] A WTF test is timing out in run-api-tests.
Per Arne Vollan
Reported
2017-08-29 09:49:01 PDT
Tests that timed out: WTF_SynchronizedFixedQueue.ProduceOnly
Attachments
Patch
(1.72 KB, patch)
2017-08-29 10:03 PDT
,
Per Arne Vollan
bfulgham
: review+
bfulgham
: commit-queue-
Details
Formatted Diff
Diff
Patch
(1.86 KB, patch)
2017-08-29 11:05 PDT
,
Per Arne Vollan
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Per Arne Vollan
Comment 1
2017-08-29 10:03:20 PDT
Created
attachment 319257
[details]
Patch
Brent Fulgham
Comment 2
2017-08-29 10:49:38 PDT
Comment on
attachment 319257
[details]
Patch I think we should use a conditional here so we don't allow millisecond-accurate platforms to regress. #if PLATFORM(WIN) auto sleepAmount = std::chrono::milliseconds(20); #else auto sleepAmount = std::chrono::milliseconds(10); #endif
Per Arne Vollan
Comment 3
2017-08-29 10:58:52 PDT
(In reply to Brent Fulgham from
comment #2
)
> Comment on
attachment 319257
[details]
> Patch > > I think we should use a conditional here so we don't allow > millisecond-accurate platforms to regress. > > #if PLATFORM(WIN) > auto sleepAmount = std::chrono::milliseconds(20); > #else > auto sleepAmount = std::chrono::milliseconds(10); > #endif
Thanks for reviewing! I will update the patch before landing.
Per Arne Vollan
Comment 4
2017-08-29 11:05:10 PDT
Created
attachment 319262
[details]
Patch
Per Arne Vollan
Comment 5
2017-08-29 11:36:31 PDT
Committed
r221307
: <
https://trac.webkit.org/changeset/221307/webkit
>
Radar WebKit Bug Importer
Comment 6
2017-08-29 11:37:22 PDT
<
rdar://problem/34137707
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug