NEW 167053
Move memory requiring JSC tests to different directory
https://bugs.webkit.org/show_bug.cgi?id=167053
Summary Move memory requiring JSC tests to different directory
Yusuke Suzuki
Reported 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).
Attachments
Yusuke Suzuki
Comment 1 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
Note You need to log in before you can comment on or make changes to this bug.