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

Unified Diff: test/cctest/cctest.gyp

Issue 1808823002: Revert of Assembler changes for enabling GrowHeap in Wasm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/test-run-wasm-relocation-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 109b0f22d83f68f62be6955d458a01152fa4eaf2..5a6c109ac2cc3964f86a75d0f63393c0de97c859 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -202,8 +202,7 @@
'test-code-stubs-ia32.cc',
'test-disasm-ia32.cc',
'test-macro-assembler-ia32.cc',
- 'test-log-stack-tracer.cc',
- 'test-run-wasm-relocation-ia32.cc'
+ 'test-log-stack-tracer.cc'
],
}],
['v8_target_arch=="x64"', {
@@ -213,8 +212,7 @@
'test-code-stubs-x64.cc',
'test-disasm-x64.cc',
'test-macro-assembler-x64.cc',
- 'test-log-stack-tracer.cc',
- 'test-run-wasm-relocation-x64.cc'
+ 'test-log-stack-tracer.cc'
],
}],
['v8_target_arch=="arm"', {
@@ -223,8 +221,7 @@
'test-code-stubs.cc',
'test-code-stubs-arm.cc',
'test-disasm-arm.cc',
- 'test-macro-assembler-arm.cc',
- 'test-run-wasm-relocation-arm.cc'
+ 'test-macro-assembler-arm.cc'
],
}],
['v8_target_arch=="arm64"', {
@@ -236,8 +233,7 @@
'test-disasm-arm64.cc',
'test-fuzz-arm64.cc',
'test-javascript-arm64.cc',
- 'test-js-arm64-variables.cc',
- 'test-run-wasm-relocation-arm64.cc'
+ 'test-js-arm64-variables.cc'
],
}],
['v8_target_arch=="ppc"', {
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/test-run-wasm-relocation-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698