• Pierre Langlois's avatar
    [cctest] Clarify that tests for sync instructions are simulator specific · 4013518f
    Pierre Langlois authored
    Some tests were recently added to test-simulator-arm.cc, however this file is
    meant for tests that are specific to the simulator and therefore are not written
    to work on hardware. While this sounds surprising, the reason is that our simulation
    of synchronisation instructions is more conservative than on hardware.
    
    To make this more clear, this patch renames the "test-simulator-arm{,64}.cc"
    files to "test-sync-primitives-arm{,64}.cc", and moves the vneg and vabs tests
    into "test-assembler-arm.cc" which is were tests that are garanteed to work in
    either native or simulated environments live.
    
    Finally, take the opportunity to share a little bit of code.
    
    Bug: v8:6963
    Change-Id: Ifb85d3671c823b9bba73d09f419536b089a4e87c
    Reviewed-on: https://chromium-review.googlesource.com/749387Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Commit-Queue: Pierre Langlois <pierre.langlois@arm.com>
    Cr-Commit-Position: refs/heads/master@{#49073}
    4013518f
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles 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...
.editorconfig Loading commit data...
.git-blame-ignore-revs 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...
ChangeLog Loading commit data...
DEPS 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...
Makefile Loading commit data...
Makefile.android 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...
snapshot_toolchain.gni Loading commit data...