• 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...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
COMMON_OWNERS Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
ENG_REVIEW_OWNERS Loading commit data...
INFRA_OWNERS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...