• Tobias Tebbi's avatar
    Reland "[torque] move class tests to unittests" · c33a1ef2
    Tobias Tebbi authored
    This is a reland of f589d561
    
    Now with an ASAN-container-overflow false positive workaround:
    Somehow ASAN was unhappy about a simple
    std::vector<std::string>::push_back.
    Increasing the std::vector capacity before doing the push_back
    strangely fixes the problem.
    
    Original change's description:
    > [torque] move class tests to unittests
    >
    > This avoids the generation of fake external classes.
    >
    > Bug: v8:7793
    > Change-Id: I9744b299d3ec474d72b298b4f6143f95e345d1d9
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1625991
    > Reviewed-by: Simon Zünd <szuend@chromium.org>
    > Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
    > Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#61778}
    
    TBR: szuend@chromium.org, sigurds@chromium.org
    Bug: v8:7793
    Change-Id: Ifa1958e4d6e850ba27632aa95c7efaf5ca4bfefa
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1627970
    Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#61807}
    c33a1ef2
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...