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

Unified Diff: test/cctest/interpreter/bytecode_expectations/StoreGlobal.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/StoreGlobal.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden b/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
index 5cc49b2035d7564f096385ee413ee2533b4457a1..abac5c819662f65476ff6d78ec41d1887da42e21 100644
--- a/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
+++ b/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: no
test function name: f
@@ -25,7 +24,7 @@ bytecodes: [
/* 33 S> */ B(Return),
]
constant pool: [
- "a",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
]
handlers: [
]
@@ -46,7 +45,7 @@ bytecodes: [
/* 39 S> */ B(Return),
]
constant pool: [
- "a",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
]
handlers: [
]
@@ -68,7 +67,7 @@ bytecodes: [
/* 47 S> */ B(Return),
]
constant pool: [
- "a",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
]
handlers: [
]
@@ -90,7 +89,7 @@ bytecodes: [
/* 29 S> */ B(Return),
]
constant pool: [
- "a",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
]
handlers: [
]
@@ -498,8 +497,8 @@ bytecodes: [
/* 1312 S> */ B(Return),
]
constant pool: [
- "name",
- "a",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
]
handlers: [
]
@@ -908,8 +907,8 @@ bytecodes: [
/* 1328 S> */ B(Return),
]
constant pool: [
- "name",
- "a",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698