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

Unified Diff: test/cctest/interpreter/bytecode_expectations/PropertyStores.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/PropertyStores.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/PropertyStores.golden b/test/cctest/interpreter/bytecode_expectations/PropertyStores.golden
index 7f456cf4fc96673902bece4233eab531005402b1..d4ffd0d7726173644bedbed306b62dee79ad0c03 100644
--- a/test/cctest/interpreter/bytecode_expectations/PropertyStores.golden
+++ b/test/cctest/interpreter/bytecode_expectations/PropertyStores.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: no
test function name: f
@@ -24,8 +23,8 @@ bytecodes: [
/* 32 S> */ B(Return),
]
constant pool: [
- "val",
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -46,8 +45,8 @@ bytecodes: [
/* 34 S> */ B(Return),
]
constant pool: [
- "val",
- "key",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["key"],
]
handlers: [
]
@@ -70,7 +69,7 @@ bytecodes: [
/* 32 S> */ B(Return),
]
constant pool: [
- "val",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
]
handlers: [
]
@@ -91,7 +90,7 @@ bytecodes: [
/* 33 S> */ B(Return),
]
constant pool: [
- "val",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
]
handlers: [
]
@@ -113,7 +112,7 @@ bytecodes: [
/* 34 S> */ B(Return),
]
constant pool: [
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -134,8 +133,8 @@ bytecodes: [
/* 46 S> */ B(Return),
]
constant pool: [
- "val",
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -156,7 +155,7 @@ bytecodes: [
/* 47 S> */ B(Return),
]
constant pool: [
- "val",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
]
handlers: [
]
@@ -563,7 +562,7 @@ bytecodes: [
/* 1822 S> */ B(Return),
]
constant pool: [
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -971,7 +970,7 @@ bytecodes: [
/* 1837 S> */ B(Return),
]
constant pool: [
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698