Comment #17 on issue 3489 by [email protected]: Support use of Google/Chrome testing infrastructure in V8
https://code.google.com/p/v8/issues/detail?id=3489#c17
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05
commit bfd37ab267554e92f95a2da0b0cd710fe86e6a05 Author: [email protected] <[email protected]> Date: Wed Oct 01 08:34:25 2014 Move unit tests to test/unittests. As per discussion on the V8 team, this is the place we want them to live, not following the Chrome Style Guide for this. BUG=v8:3489 LOG=y [email protected] Review URL: https://codereview.chromium.org/615393002git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24350 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
[modify] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/Makefile [modify] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/build/all.gyp [modify] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/src/DEPS [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/src/base/base.gyp [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/src/compiler/compiler.gyp [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/src/heap/heap.gyp [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/src/libplatform/libplatform.gyp [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/src/test/DEPS [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/src/test/test.gyp [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/test/compiler-unittests/compiler-unittests.status [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/test/heap-unittests/heap-unittests.status [delete] https://chromium.googlesource.com/v8/v8.git/+/cc6fe3a9881628d8b2dfda2f7c8531a3e4698906/test/libplatform-unittests/libplatform-unittests.status [add] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/DEPS [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/bits-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/cpu-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/division-by-constant-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/flags-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/platform/condition-variable-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/platform/mutex-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/platform/platform-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/platform/semaphore-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/platform/time-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/sys-info-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/base/utils/random-number-generator-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/arm/instruction-selector-arm-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/arm64/instruction-selector-arm64-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/change-lowering-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/common-operator-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/compiler-test-utils.h [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/graph-reducer-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/graph-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/graph-unittest.h [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/ia32/instruction-selector-ia32-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/instruction-selector-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/instruction-selector-unittest.h [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/js-builtin-reducer-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/js-operator-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/machine-operator-reducer-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/machine-operator-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/simplified-operator-reducer-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/simplified-operator-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/value-numbering-reducer-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/compiler/x64/instruction-selector-x64-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/heap/gc-idle-time-handler-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/libplatform/default-platform-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/libplatform/task-queue-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/libplatform/worker-thread-unittest.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/run-all-unittests.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/test-utils.cc [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/test-utils.h [add] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/unittests.gyp [rename] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/test/unittests/unittests.status [modify] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/tools/presubmit.py [modify] https://chromium.googlesource.com/v8/v8.git/+/bfd37ab267554e92f95a2da0b0cd710fe86e6a05/tools/run-tests.py
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
