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

Unified Diff: test/cctest/cctest.gyp

Issue 1867503002: MIPS: Enable big endian testing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | test/cctest/test-assembler-mips.cc » ('j') | test/cctest/test-assembler-mips64.cc » ('J')
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 2e00e88b5b77874bd3af9a405c6098f0df9425f4..ba8afabd24acdb0b37feae5569c3e840233f0a0b 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -269,6 +269,15 @@
'test-disasm-ppc.cc'
],
}],
+ ['v8_target_arch=="mips"', {
+ 'sources': [ ### gcmole(arch:mipsel) ###
balazs.kilvady 2016/04/06 10:36:22 ### gcmole(arch:mips) ###. Copy-paste is not so re
Ilija.Pavlovic1 2016/04/06 14:52:47 Done.
+ 'test-assembler-mips.cc',
+ 'test-code-stubs.cc',
+ 'test-code-stubs-mips.cc',
+ 'test-disasm-mips.cc',
+ 'test-macro-assembler-mips.cc'
+ ],
+ }],
['v8_target_arch=="mipsel"', {
'sources': [ ### gcmole(arch:mipsel) ###
'test-assembler-mips.cc',
@@ -278,6 +287,15 @@
'test-macro-assembler-mips.cc'
],
}],
+ ['v8_target_arch=="mips64"', {
+ 'sources': [
balazs.kilvady 2016/04/06 10:36:22 ### gcmole(arch:mips64) ###should be added behind
Ilija.Pavlovic1 2016/04/06 14:52:47 Done.
+ 'test-assembler-mips64.cc',
+ 'test-code-stubs.cc',
+ 'test-code-stubs-mips64.cc',
+ 'test-disasm-mips64.cc',
+ 'test-macro-assembler-mips64.cc'
+ ],
+ }],
['v8_target_arch=="mips64el"', {
'sources': [
balazs.kilvady 2016/04/06 10:36:22 ### gcmole(arch:mips64el) ###should be added behin
Ilija.Pavlovic1 2016/04/06 14:52:47 Done.
'test-assembler-mips64.cc',
« no previous file with comments | « no previous file | test/cctest/test-assembler-mips.cc » ('j') | test/cctest/test-assembler-mips64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698