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

Unified Diff: test/cctest/test-code-stub-assembler.cc

Issue 2628173005: [inspector] merged type and name of async task event (Closed)
Patch Set: addressed comments Created 3 years, 11 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 | « src/runtime/runtime-promise.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-code-stub-assembler.cc
diff --git a/test/cctest/test-code-stub-assembler.cc b/test/cctest/test-code-stub-assembler.cc
index 7d11e197ae12d5354ca69af57c301f8d5a919f4d..0d5519700ec1fa2c6b5d2bd42ab1965741d6fe45 100644
--- a/test/cctest/test-code-stub-assembler.cc
+++ b/test/cctest/test-code-stub-assembler.cc
@@ -1869,7 +1869,6 @@ TEST(AllocatePromiseReactionJobInfo) {
CHECK(promise_info->deferred_on_reject()->IsUndefined(isolate));
CHECK(promise_info->context()->IsContext());
CHECK_EQ(kDebugPromiseNoID, promise_info->debug_id());
- CHECK_EQ(kDebugNotActive, promise_info->debug_name());
}
TEST(AllocatePromiseResolveThenableJobInfo) {
@@ -1909,7 +1908,6 @@ TEST(AllocatePromiseResolveThenableJobInfo) {
CHECK(promise_info->resolve()->IsJSFunction());
CHECK(promise_info->reject()->IsJSFunction());
CHECK_EQ(kDebugPromiseNoID, promise_info->debug_id());
- CHECK_EQ(kDebugNotActive, promise_info->debug_name());
CHECK(promise_info->context()->IsContext());
}
« no previous file with comments | « src/runtime/runtime-promise.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698