Ignore:
Timestamp:
Nov 20, 2019, 10:50:53 AM (6 years ago)
Author:
[email protected]
Message:

Flaky JSC test: stress/stack-overflow-in-yarr-byteCompile.js.dfg-eager.
https://bugs.webkit.org/show_bug.cgi?id=204405

Reviewed by Alexey Proskuryakov.

JSTests:

The test was timing out because it's slow. We don't really need to run this test
on all configurations. So, we'll change it to on run with the default
configuration. Also declare the test as "@ slow!".

  • stress/stack-overflow-in-yarr-byteCompile.js:

Source/JavaScriptCore:

$vm.allWithStackSize() manipulates the stack in ways that will freak out ASan.
So, add SUPPRESS_ASAN to functionCallWithStackSize() to tell ASan to ignore it.

  • tools/JSDollarVM.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r252690 r252694  
     12019-11-20  Mark Lam  <[email protected]>
     2
     3        Flaky JSC test: stress/stack-overflow-in-yarr-byteCompile.js.dfg-eager.
     4        https://bugs.webkit.org/show_bug.cgi?id=204405
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        $vm.allWithStackSize() manipulates the stack in ways that will freak out ASan.
     9        So, add SUPPRESS_ASAN to functionCallWithStackSize() to tell ASan to ignore it.
     10
     11        * tools/JSDollarVM.cpp:
     12
    1132019-11-20  Caio Lima  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.