Bug 167053 - Move memory requiring JSC tests to different directory
Summary: Move memory requiring JSC tests to different directory
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-14 11:55 PST by Yusuke Suzuki
Modified: 2017-01-14 11:56 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-01-14 11:55:29 PST
In my machine (with 8GB RAM), every time we run large-string etc. tests, the system hangs up.
We should have a way to avoid executing these tests in the working environment (of course, CI should run it).
Comment 1 Yusuke Suzuki 2017-01-14 11:56:41 PST
(In reply to comment #0)
> In my machine (with 8GB RAM), every time we run large-string etc. tests, the
> system hangs up.
> We should have a way to avoid executing these tests in the working
> environment (of course, CI should run it).

And maybe, it can be extended to make it serial execution.
For example, for these tests under the special directory, we will create the test target like,

memory-pressure-tests:
    test1
    test2
    test3
    test4