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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type Created 4 years, 3 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
Index: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index b3226e0d644e90cc06d54bc6b30673277abd9214..a029835994961bf80ef625025350ea4b32b05035 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -3,7 +3,6 @@
#
---
-pool type: mixed
execute: yes
wrap: yes
@@ -22,7 +21,7 @@ bytecodes: [
/* 71 S> */ B(Return),
]
constant pool: [
- InstanceType::SHARED_FUNCTION_INFO_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]
@@ -44,7 +43,7 @@ bytecodes: [
/* 75 S> */ B(Return),
]
constant pool: [
- InstanceType::SHARED_FUNCTION_INFO_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]
@@ -68,7 +67,7 @@ bytecodes: [
/* 92 S> */ B(Return),
]
constant pool: [
- InstanceType::SHARED_FUNCTION_INFO_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]
@@ -92,7 +91,7 @@ bytecodes: [
/* 78 S> */ B(Return),
]
constant pool: [
- InstanceType::SHARED_FUNCTION_INFO_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]
@@ -126,8 +125,8 @@ bytecodes: [
/* 104 S> */ B(Return),
]
constant pool: [
- InstanceType::FIXED_ARRAY_TYPE,
- InstanceType::SHARED_FUNCTION_INFO_TYPE,
+ FIXED_ARRAY_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698