[Webkit-unassigned] [Bug 214491] New: REGRESSION(r264330): infinite loop in JSC stress tests using cloop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 12:00:18 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214491

            Bug ID: 214491
           Summary: REGRESSION(r264330): infinite loop in JSC stress tests
                    using cloop
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

r264330 added an infinite loop that was supposed to be broken by the --returnEarlyFromInfiniteLoopsForFuzzing=true flag. However, it doesn't work when the tests are run with cloop. This has caused JSC stress tests to run forever only on x86_64 (with cloop enabled). Instead of skipping the tests on particular architectures, let's run the loops only if $vm.useJIT(), suggested by Yusuke.

I think there is a problem with architecture detection for arm64, because the tests are still running fine on this architecture.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200717/a7d9dc4c/attachment.htm>


More information about the webkit-unassigned mailing list