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

Unified Diff: test/cctest/test-debug.cc

Issue 2747733002: [test] remove unnecessary whitelisted builtins from test-debug.cc (Closed)
Patch Set: Created 3 years, 9 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-debug.cc
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
index c9a61acdb2a39679e6768e35644e7c48d0448753..07af24a6354db54d785571f78d422c6884dc4be1 100644
--- a/test/cctest/test-debug.cc
+++ b/test/cctest/test-debug.cc
@@ -6658,11 +6658,8 @@ TEST(BuiltinsExceptionPrediction) {
v8::Context::New(isolate);
// TODO(gsathya): Fix catch prediction for the following.
- std::set<int> whitelist({i::Builtins::kPromiseThenFinally,
- i::Builtins::kPromiseCatchFinally,
- i::Builtins::kAsyncFromSyncIteratorPrototypeNext,
- i::Builtins::kAsyncFromSyncIteratorPrototypeThrow,
- i::Builtins::kAsyncFromSyncIteratorPrototypeReturn});
+ std::set<int> whitelist(
+ {i::Builtins::kPromiseThenFinally, i::Builtins::kPromiseCatchFinally});
i::Builtins* builtins = CcTest::i_isolate()->builtins();
bool fail = false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698