WebKit Bugzilla
Attachment 349004 Details for
Bug 189335
: [RunLoopGeneric] OneShotTimer should not remain "isActive" after fired
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adding EXPECT to the TestWTF RunLoop tests in order to check the timer status
add_test.diff (text/plain), 653 bytes, created by
Yoshiaki Jitsukawa
on 2018-09-06 00:14:27 PDT
(
hide
)
Description:
Adding EXPECT to the TestWTF RunLoop tests in order to check the timer status
Filename:
MIME Type:
Creator:
Yoshiaki Jitsukawa
Created:
2018-09-06 00:14:27 PDT
Size:
653 bytes
patch
obsolete
>diff --git a/Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp b/Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp >index 93b3d8c28f3..d1fc2b69dc8 100644 >--- a/Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp >+++ b/Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp >@@ -85,6 +85,7 @@ TEST(WTF_RunLoop, OneShotTimer) > > void fired() > { >+ EXPECT_FALSE(isActive()); > m_testFinished = true; > stop(); > } >@@ -116,6 +117,7 @@ TEST(WTF_RunLoop, RepeatingTimer) > > void fired() > { >+ EXPECT_TRUE(isActive()); > if (++m_count == 10) { > m_testFinished = true; > stop();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189335
:
349004
|
349114
|
349292
|
425179
|
425286