Convert compiler cctest to unittests: SchedulerTest
R=mstarzinger@chromium.org LOG=N Review URL: https://codereview.chromium.org/863213003 Cr-Commit-Position: refs/heads/master@{#26267}
This commit is contained in:
parent
a699645b71
commit
c6ae373335
@ -87,7 +87,6 @@
|
||||
'compiler/test-run-properties.cc',
|
||||
'compiler/test-run-stackcheck.cc',
|
||||
'compiler/test-run-variables.cc',
|
||||
'compiler/test-scheduler.cc',
|
||||
'compiler/test-simplified-lowering.cc',
|
||||
'compiler/test-typer.cc',
|
||||
'cctest.cc',
|
||||
|
File diff suppressed because it is too large
Load Diff
1994
test/unittests/compiler/scheduler-unittest.cc
Normal file
1994
test/unittests/compiler/scheduler-unittest.cc
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@ namespace v8 {
|
||||
std::ostream& operator<<(std::ostream&, ExternalArrayType);
|
||||
|
||||
|
||||
class TestWithIsolate : public ::testing::Test {
|
||||
class TestWithIsolate : public virtual ::testing::Test {
|
||||
public:
|
||||
TestWithIsolate();
|
||||
virtual ~TestWithIsolate();
|
||||
|
@ -68,6 +68,7 @@
|
||||
'compiler/register-allocator-unittest.cc',
|
||||
'compiler/schedule-unittest.cc',
|
||||
'compiler/select-lowering-unittest.cc',
|
||||
'compiler/scheduler-unittest.cc',
|
||||
'compiler/simplified-operator-reducer-unittest.cc',
|
||||
'compiler/simplified-operator-unittest.cc',
|
||||
'compiler/value-numbering-reducer-unittest.cc',
|
||||
|
Loading…
Reference in New Issue
Block a user