Reviewers: dcarney,
Message:
PTAL
Compilation failure did not occur for me locally because my include.gypi
contains overrides that make these flags write-able in release build as
well:
'variables': {
'v8_enable_disassembler': 1,
'v8_object_print': 1,
},
Description:
Fix compilation error introduced by r18363.
Remove debugging related code.
[email protected]
Please review this at https://codereview.chromium.org/104793005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -3 lines):
M test/cctest/test-api.cc
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index
953be8dcd54c2453cbeebcdb2d6d49146c7c1b74..af4eef2adb80c9d7ebfb5f65a6a7da688bc2dc37
100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -21040,9 +21040,6 @@ class RequestInterruptTestBase {
virtual void TestBody() = 0;
void RunTest() {
- i::FLAG_print_opt_code = true;
- i::FLAG_code_comments = true;
- i::FLAG_print_code_stubs = true;
InterruptThread i_thread(this);
i_thread.Start();
--
--
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/groups/opt_out.