Commit 04c8a368 authored by chiniforooshan's avatar chiniforooshan Committed by Commit bot

Comment out TestEventInContext

The test does not compile with https://codereview.chromium.org/2253973003.
I will comment it out, land the mentioned patch, fix the compile error
(a simple one-liner), and enable the test again.

BUG=647986

Review-Url: https://codereview.chromium.org/2348063002
Cr-Commit-Position: refs/heads/master@{#39505}
parent e3f86f32
......@@ -257,6 +257,10 @@ TEST(TestEventWithId) {
i::V8::SetPlatformForTesting(old_platform);
}
/*
TODO(chiniforooshan, crbug.com/647986): enable this again after landing
https://codereview.chromium.org/2253973003
TEST(TestEventInContext) {
v8::Platform* old_platform = i::V8::GetCurrentPlatform();
MockTracingPlatform platform(old_platform);
......@@ -280,3 +284,4 @@ TEST(TestEventInContext) {
i::V8::SetPlatformForTesting(old_platform);
}
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment