v8/test/unittests
Francis McCabe 0ef1982ff5 Revert "Reland "[torque] move class tests to unittests""
This reverts commit c33a1ef227.

Reason for revert: fails win32 test:
https://ci.chromium.org/p/v8/builders/ci/V8%20Win32%20-%20nosnap%20-%20shared/33658

Original change's description:
> Reland "[torque] move class tests to unittests"
> 
> This is a reland of f589d56101
> 
> Now with an ASAN-container-overflow false positive workaround:
> Somehow ASAN was unhappy about a simple
> std::vector<std::string>::push_back.
> Increasing the std::vector capacity before doing the push_back
> strangely fixes the problem.
> 
> Original change's description:
> > [torque] move class tests to unittests
> >
> > This avoids the generation of fake external classes.
> >
> > Bug: v8:7793
> > Change-Id: I9744b299d3ec474d72b298b4f6143f95e345d1d9
> > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1625991
> > Reviewed-by: Simon Zünd <szuend@chromium.org>
> > Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
> > Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#61778}
> 
> TBR: szuend@chromium.org, sigurds@chromium.org
> Bug: v8:7793
> Change-Id: Ifa1958e4d6e850ba27632aa95c7efaf5ca4bfefa
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1627970
> Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
> Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#61807}

TBR=sigurds@chromium.org,tebbi@chromium.org,szuend@chromium.org

Change-Id: I079e3ccf2c7a4778e3e6aabee85313ab5a070ee3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: v8:7793
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1626834
Reviewed-by: Francis McCabe <fgm@chromium.org>
Commit-Queue: Francis McCabe <fgm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61808}
2019-05-23 21:38:23 +00:00
..
api Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
asmjs Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
assembler Move utility code to src/utils 2019-05-23 14:13:34 +00:00
base Move utility code to src/utils 2019-05-23 14:13:34 +00:00
compiler Move utility code to src/utils 2019-05-23 14:13:34 +00:00
compiler-dispatcher Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
heap [heap] Fix global memory scheduling 2019-05-23 16:20:24 +00:00
interpreter Move utility code to src/utils 2019-05-23 14:13:34 +00:00
libplatform [tracing] Implement RunsTasksOnCurrentThread for the worker task runner 2019-05-08 09:03:04 +00:00
parser Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
regress Move relevant files to src/execution 2019-05-22 08:36:33 +00:00
torque Revert "Reland "[torque] move class tests to unittests"" 2019-05-23 21:38:23 +00:00
wasm Move utility code to src/utils 2019-05-23 14:13:34 +00:00
zone [zone] Remove segment pooling from accounting allocator 2019-03-01 09:25:48 +00:00
allocation-unittest.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
background-compile-task-unittest.cc [cleanup] Avoid {Object::operator->} 2019-05-23 07:52:07 +00:00
bigint-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
BUILD.gn [heap] Make CodeObjectRegistry a separate class. 2019-05-16 18:41:33 +00:00
cancelable-tasks-unittest.cc [wasm] Reschedule compilation tasks 2019-01-17 18:27:08 +00:00
char-predicates-unittest.cc Move string-related files to src/strings 2019-05-21 07:17:48 +00:00
code-stub-assembler-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
code-stub-assembler-unittest.h Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
conversions-unittest.cc Move number related files to src/numbers 2019-05-15 19:34:44 +00:00
counters-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
date-cache-unittest.cc Reland "Add test to show the crashing of TimeZone::AdoptDefault" 2019-05-16 09:38:43 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
detachable-vector-unittest.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
eh-frame-iterator-unittest.cc Reland "Move logging and diagnostics related source files" 2019-05-20 09:54:57 +00:00
eh-frame-writer-unittest.cc Reland "Move logging and diagnostics related source files" 2019-05-20 09:54:57 +00:00
locked-queue-unittest.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
microtask-queue-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
object-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
register-configuration-unittest.cc Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
run-all-unittests.cc Reland "Add test to show the crashing of TimeZone::AdoptDefault" 2019-05-16 09:38:43 +00:00
source-position-table-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
strings-storage-unittest.cc Extend hash seed to 64 bits 2018-07-16 11:19:42 +00:00
test-helpers.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
test-helpers.h [Compiler] Remove CompilerDispatcherJob and use BackgroundCompileTask directly 2018-10-09 10:39:27 +00:00
test-utils.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
test-utils.h Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
testcfg.py Reland "Preparing v8 to use with python3 /test" 2019-03-20 09:56:06 +00:00
unicode-unittest.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
unittests.status [test] Don't test jitless without embedded-builtins 2019-02-26 14:33:01 +00:00
utils-unittest.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
value-serializer-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00