Bug 210790 - [ARMv7] run stress/check-stack-overflow-before-value-profiling-arguments.js
Summary: [ARMv7] run stress/check-stack-overflow-before-value-profiling-arguments.js
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Paulo Matos
URL:
Keywords:
Depends on: 213373
Blocks:
  Show dependency treegraph
 
Reported: 2020-04-21 04:33 PDT by Paulo Matos
Modified: 2020-06-19 07:05 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo Matos 2020-04-21 04:33:15 PDT
In 210720 we skipped test stress/check-stack-overflow-before-value-profiling-arguments.js on ARMv7 which was failing on EWS.

This failure is due to a specific condition that arose recently where the test is scheduled in the same rpi3 together with other memory-hungry tests that make this test crash. The same doesn't happen in the post-commit bot which happily passes the test.

It's a shame to skip a test that passes simply because it happens to be scheduled with other memory hungry tests. We should possibly have a way to say that the test should not be scheduled on the remote with other tests so it runs standalone.