Refactor libplatform unit tests to use GTest/GMock.
authorbmeurer@chromium.org <bmeurer@chromium.org>
Mon, 1 Sep 2014 07:13:55 +0000 (07:13 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org>
Mon, 1 Sep 2014 07:13:55 +0000 (07:13 +0000)
commit4edcff907f083a03d288a27114e50abae42d664d
treeb1682cf332c1ba843b35e10ef1123e3c1d6a4d19
parent6cd03e7fb08b93d04868883847fe223acbbadce5
Refactor libplatform unit tests to use GTest/GMock.

Also migrate them to src.

BUG=v8:3489
LOG=n
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23541 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 files changed:
build/all.gyp
src/libplatform/default-platform-unittest.cc [new file with mode: 0644]
src/libplatform/libplatform.gyp [new file with mode: 0644]
src/libplatform/task-queue-unittest.cc [new file with mode: 0644]
src/libplatform/worker-thread-unittest.cc [new file with mode: 0644]
test/cctest/cctest.gyp
test/cctest/test-libplatform-default-platform.cc [deleted file]
test/cctest/test-libplatform-task-queue.cc [deleted file]
test/cctest/test-libplatform-worker-thread.cc [deleted file]
test/cctest/test-libplatform.h [deleted file]
test/libplatform-unittests/libplatform-unittests.status [new file with mode: 0644]
test/libplatform-unittests/testcfg.py [new file with mode: 0644]
tools/presubmit.py
tools/run-tests.py