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

Side by Side Diff: test/cctest/cctest.gyp

Issue 1805533002: S390: Initial test changes and files checkin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: S390: Initial test changes and files checkin 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 unified diff | Download patch
« no previous file with comments | « no previous file | test/cctest/compiler/call-tester.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'test-utils-arm64.cc', 229 'test-utils-arm64.cc',
230 'test-assembler-arm64.cc', 230 'test-assembler-arm64.cc',
231 'test-code-stubs.cc', 231 'test-code-stubs.cc',
232 'test-code-stubs-arm64.cc', 232 'test-code-stubs-arm64.cc',
233 'test-disasm-arm64.cc', 233 'test-disasm-arm64.cc',
234 'test-fuzz-arm64.cc', 234 'test-fuzz-arm64.cc',
235 'test-javascript-arm64.cc', 235 'test-javascript-arm64.cc',
236 'test-js-arm64-variables.cc' 236 'test-js-arm64-variables.cc'
237 ], 237 ],
238 }], 238 }],
239 ['v8_target_arch=="s390"', {
240 'sources': [ ### gcmole(arch:s390) ###
241 'test-assembler-s390.cc',
242 'test-code-stubs.cc',
243 'test-disasm-s390.cc'
244 ],
245 }],
246 ['v8_target_arch=="s390x"', {
247 'sources': [ ### gcmole(arch:s390x) ###
248 'test-assembler-s390.cc',
249 'test-code-stubs.cc',
250 'test-disasm-s390.cc'
251 ],
252 }],
239 ['v8_target_arch=="ppc"', { 253 ['v8_target_arch=="ppc"', {
240 'sources': [ ### gcmole(arch:ppc) ### 254 'sources': [ ### gcmole(arch:ppc) ###
241 'test-assembler-ppc.cc', 255 'test-assembler-ppc.cc',
242 'test-code-stubs.cc', 256 'test-code-stubs.cc',
243 'test-disasm-ppc.cc' 257 'test-disasm-ppc.cc'
244 ], 258 ],
245 }], 259 }],
246 ['v8_target_arch=="ppc64"', { 260 ['v8_target_arch=="ppc64"', {
247 'sources': [ ### gcmole(arch:ppc64) ### 261 'sources': [ ### gcmole(arch:ppc64) ###
248 'test-assembler-ppc.cc', 262 'test-assembler-ppc.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../../build/isolate.gypi', 411 '../../build/isolate.gypi',
398 ], 412 ],
399 'sources': [ 413 'sources': [
400 'cctest.isolate', 414 'cctest.isolate',
401 ], 415 ],
402 }, 416 },
403 ], 417 ],
404 }], 418 }],
405 ], 419 ],
406 } 420 }
OLDNEW
« no previous file with comments | « no previous file | test/cctest/compiler/call-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698