Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: test/cctest/compiler/codegen-tester.cc

Issue 1417163004: Remove obsolete src/v8.h include from compiler cctests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-cctest-api-deprecation
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/compiler/codegen-tester.h ('k') | test/cctest/compiler/function-tester.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "src/v8.h"
6
7 #include "test/cctest/cctest.h" 5 #include "test/cctest/cctest.h"
8 #include "test/cctest/compiler/codegen-tester.h" 6 #include "test/cctest/compiler/codegen-tester.h"
9 #include "test/cctest/compiler/value-helper.h" 7 #include "test/cctest/compiler/value-helper.h"
10 8
11 using namespace v8::internal; 9 using namespace v8::internal;
12 using namespace v8::internal::compiler; 10 using namespace v8::internal::compiler;
13 11
14 TEST(CompareWrapper) { 12 TEST(CompareWrapper) {
15 // Who tests the testers? 13 // Who tests the testers?
16 // If CompareWrapper is broken, then test expectations will be broken. 14 // If CompareWrapper is broken, then test expectations will be broken.
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 } 561 }
564 562
565 { 563 {
566 RawMachineAssemblerTester<int32_t> m; 564 RawMachineAssemblerTester<int32_t> m;
567 Float64BinopTester bt(&m); 565 Float64BinopTester bt(&m);
568 bt.AddReturn(bt.param1); 566 bt.AddReturn(bt.param1);
569 567
570 FOR_FLOAT64_INPUTS(i) { CheckDoubleEq(*i, bt.call(-11.25, *i)); } 568 FOR_FLOAT64_INPUTS(i) { CheckDoubleEq(*i, bt.call(-11.25, *i)); }
571 } 569 }
572 } 570 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/codegen-tester.h ('k') | test/cctest/compiler/function-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698