Add initial support for compiler unit tests using GTest/GMock.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Aug 2014 12:52:47 +0000 (12:52 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Aug 2014 12:52:47 +0000 (12:52 +0000)
commit1f1e9495e524b6e636da22bc3a73443b0ae6ede5
tree2da62e0e8397fb21dd3d2fee1d75c040d63c8963
parenta8729bdcf684136641e2d502268b60249bc963ca
Add initial support for compiler unit tests using GTest/GMock.

TEST=compiler-unittests
BUG=v8:3489
LOG=y
R=svenpanne@chromium.org, jochen@chromium.org

Review URL: https://codereview.chromium.org/447563003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22927 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 files changed:
build/all.gyp
src/compiler/code-generator-impl.h
src/compiler/instruction-selector-impl.h
test/compiler-unittests/DEPS [new file with mode: 0644]
test/compiler-unittests/arm/instruction-selector-arm-unittest.cc [new file with mode: 0644]
test/compiler-unittests/compiler-unittests.cc [new file with mode: 0644]
test/compiler-unittests/compiler-unittests.gyp [new file with mode: 0644]
test/compiler-unittests/compiler-unittests.h [new file with mode: 0644]
test/compiler-unittests/compiler-unittests.status [new file with mode: 0644]
test/compiler-unittests/instruction-selector-unittest.cc [new file with mode: 0644]
test/compiler-unittests/instruction-selector-unittest.h [new file with mode: 0644]
test/compiler-unittests/testcfg.py [new file with mode: 0644]
tools/presubmit.py
tools/run-tests.py