Bug 167053
| Summary: | Move memory requiring JSC tests to different directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
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).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
(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