- a/JSTests/ChangeLog +10 lines
Lines 1-3 a/JSTests/ChangeLog_sec1
1
2019-03-15  Dominik Infuehr  <dinfuehr@igalia.com>
2
3
        [ARM,MIPS] Skip slow tests
4
        https://bugs.webkit.org/show_bug.cgi?id=195799
5
6
        Unreviewed, test does not finish on ARM and MIPS within the
7
        timeout limit.
8
9
        * stress/symbol-is-destructed-before-refing-underlying-symbol-impl.js:
10
1
2019-03-14  Yusuke Suzuki  <ysuzuki@apple.com>
11
2019-03-14  Yusuke Suzuki  <ysuzuki@apple.com>
2
12
3
        [JSC] Retain PrivateName of Symbol before passing it to operations potentially incurring GC
13
        [JSC] Retain PrivateName of Symbol before passing it to operations potentially incurring GC
- a/JSTests/stress/symbol-is-destructed-before-refing-underlying-symbol-impl.js -1 / +1 lines
Lines 1-4 a/JSTests/stress/symbol-is-destructed-before-refing-underlying-symbol-impl.js_sec1
1
//@ skip if $buildType == "debug"
1
//@ skip if $buildType == "debug" || ["arm", "mips"].include?($architecture)
2
//@ slow!
2
//@ slow!
3
//@ runDefault("--collectContinuously=1", "--slowPathAllocsBetweenGCs=100")
3
//@ runDefault("--collectContinuously=1", "--slowPathAllocsBetweenGCs=100")
4
4

Return to Bug 195799