• 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...
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...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...