RESOLVED FIXED 227713
r270214 broke testb3 on arm64e
https://bugs.webkit.org/show_bug.cgi?id=227713
Summary r270214 broke testb3 on arm64e
Saam Barati
Reported 2021-07-06 10:54:39 PDT
For example: O0: testAtomicStrongCAS<int32_t>()... ASSERTION FAILED: value[0] == static_cast<T>(100) (value[0] == 48879, static_cast<T>(100) == 100)
Attachments
Patch (10.04 KB, patch)
2021-07-06 18:46 PDT, Yusuke Suzuki
saam: review+
ews-feeder: commit-queue-
Patch (10.01 KB, patch)
2021-07-06 18:53 PDT, Yusuke Suzuki
no flags
Patch (9.90 KB, patch)
2021-07-06 20:28 PDT, Yusuke Suzuki
no flags
Saam Barati
Comment 1 2021-07-06 11:09:56 PDT
weak cas test is also broken: O0: testAtomicWeakCAS<int8_t>()... ASSERTION FAILED: value[0] == static_cast<T>(100) (value[0] == -17, static_cast<T>(100) == 100) /Users/saambarati/WK/a/OpenSource/Source/JavaScriptCore/b3/testb3_8.cpp(148) : void testAtomicWeakCAS() [T = signed char]
Yusuke Suzuki
Comment 2 2021-07-06 18:46:52 PDT
Saam Barati
Comment 3 2021-07-06 18:49:43 PDT
Comment on attachment 432995 [details] Patch r=me, nice
Mark Lam
Comment 4 2021-07-06 18:50:49 PDT
EWS errors look real.
Yusuke Suzuki
Comment 5 2021-07-06 18:53:14 PDT
Yusuke Suzuki
Comment 6 2021-07-06 20:28:11 PDT
Yusuke Suzuki
Comment 7 2021-07-07 11:45:04 PDT
Radar WebKit Bug Importer
Comment 8 2021-07-07 11:46:16 PDT
Note You need to log in before you can comment on or make changes to this bug.