v8/gypfiles
Michael Achenbach df342b8ab1 [test] Add a d8_default test suite collection
This adds a reduced version of bot_default with only d8-based test suites.
Those can be used for gc stress testing, fuzzing and predictable mode.

This also adds a missing explicit build rule for the debugger test suite.
It's working as it's part of the isolate file, but incremental
re-isolation might break on code changes.

Running the tests is still commented out to allow the infra-side to
land. Afterwards, we'll activate the extra testing as a V8 CL
commenting the lines back in.

Bug: v8:7285
Change-Id: I7b758c212f0c4ae3d2f79beea5ec597cee479565
Reviewed-on: https://chromium-review.googlesource.com/864045
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50545}
2018-01-12 15:18:04 +00:00
..
mac
win
all.gyp [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
coverage_wrapper.py
detect_v8_host_arch.py
features.gypi [heap] Re-enable concurrent marking. 2017-11-07 13:11:10 +00:00
get_landmines.py
gyp_environment.py
gyp_v8
gyp_v8.py
isolate.gypi [test] Fix isolate for auto-detect in gyp 2017-10-19 11:52:11 +00:00
landmine_utils.py
landmines.py
OWNERS
README.txt
run-tests-legacy.py [test] Continued test support for make targets 2017-10-20 15:01:51 +00:00
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi [ndk] Change android ndk root for v8 2018-01-11 08:10:33 +00:00
sysroot_ld_flags.sh
toolchain.gypi

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.