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

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

Issue 2514663002: [simd] Disable Simd Scalar lowering for x64, enable tests for all other architectures. (Closed)
Patch Set: Bill's review Created 4 years, 1 month 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 | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/wasm-run-utils.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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'wasm/wasm-run-utils.h', 218 'wasm/wasm-run-utils.h',
219 ], 219 ],
220 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### 220 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
221 'test-assembler-ia32.cc', 221 'test-assembler-ia32.cc',
222 'test-code-stubs.cc', 222 'test-code-stubs.cc',
223 'test-code-stubs.h', 223 'test-code-stubs.h',
224 'test-code-stubs-ia32.cc', 224 'test-code-stubs-ia32.cc',
225 'test-disasm-ia32.cc', 225 'test-disasm-ia32.cc',
226 'test-macro-assembler-ia32.cc', 226 'test-macro-assembler-ia32.cc',
227 'test-log-stack-tracer.cc', 227 'test-log-stack-tracer.cc',
228 'test-run-wasm-relocation-ia32.cc' 228 'test-run-wasm-relocation-ia32.cc',
229 'wasm/test-run-wasm-simd-lowering.cc'
229 ], 230 ],
230 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 231 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
231 'test-assembler-x64.cc', 232 'test-assembler-x64.cc',
232 'test-code-stubs.cc', 233 'test-code-stubs.cc',
233 'test-code-stubs.h', 234 'test-code-stubs.h',
234 'test-code-stubs-x64.cc', 235 'test-code-stubs-x64.cc',
235 'test-disasm-x64.cc', 236 'test-disasm-x64.cc',
236 'test-macro-assembler-x64.cc', 237 'test-macro-assembler-x64.cc',
237 'test-log-stack-tracer.cc', 238 'test-log-stack-tracer.cc',
238 'test-run-wasm-relocation-x64.cc', 239 'test-run-wasm-relocation-x64.cc',
239 'wasm/test-run-wasm-simd.cc', 240 'wasm/test-run-wasm-simd.cc',
240 'wasm/test-run-wasm-simd-lowering.cc',
241 ], 241 ],
242 'cctest_sources_arm': [ ### gcmole(arch:arm) ### 242 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
243 'test-assembler-arm.cc', 243 'test-assembler-arm.cc',
244 'test-code-stubs.cc', 244 'test-code-stubs.cc',
245 'test-code-stubs.h', 245 'test-code-stubs.h',
246 'test-code-stubs-arm.cc', 246 'test-code-stubs-arm.cc',
247 'test-disasm-arm.cc', 247 'test-disasm-arm.cc',
248 'test-macro-assembler-arm.cc', 248 'test-macro-assembler-arm.cc',
249 'test-run-wasm-relocation-arm.cc' 249 'test-run-wasm-relocation-arm.cc',
250 'wasm/test-run-wasm-simd-lowering.cc'
250 ], 251 ],
251 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 252 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
252 'test-utils-arm64.cc', 253 'test-utils-arm64.cc',
253 'test-utils-arm64.h', 254 'test-utils-arm64.h',
254 'test-assembler-arm64.cc', 255 'test-assembler-arm64.cc',
255 'test-code-stubs.cc', 256 'test-code-stubs.cc',
256 'test-code-stubs.h', 257 'test-code-stubs.h',
257 'test-code-stubs-arm64.cc', 258 'test-code-stubs-arm64.cc',
258 'test-disasm-arm64.cc', 259 'test-disasm-arm64.cc',
259 'test-fuzz-arm64.cc', 260 'test-fuzz-arm64.cc',
260 'test-javascript-arm64.cc', 261 'test-javascript-arm64.cc',
261 'test-js-arm64-variables.cc', 262 'test-js-arm64-variables.cc',
262 'test-run-wasm-relocation-arm64.cc' 263 'test-run-wasm-relocation-arm64.cc',
264 'wasm/test-run-wasm-simd-lowering.cc'
263 ], 265 ],
264 'cctest_sources_s390': [ ### gcmole(arch:s390) ### 266 'cctest_sources_s390': [ ### gcmole(arch:s390) ###
265 'test-assembler-s390.cc', 267 'test-assembler-s390.cc',
266 'test-code-stubs.cc', 268 'test-code-stubs.cc',
267 'test-code-stubs.h', 269 'test-code-stubs.h',
268 'test-disasm-s390.cc' 270 'test-disasm-s390.cc',
271 'wasm/test-run-wasm-simd-lowering.cc'
269 ], 272 ],
270 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### 273 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
271 'test-assembler-ppc.cc', 274 'test-assembler-ppc.cc',
272 'test-code-stubs.cc', 275 'test-code-stubs.cc',
273 'test-code-stubs.h', 276 'test-code-stubs.h',
274 'test-disasm-ppc.cc' 277 'test-disasm-ppc.cc',
278 'wasm/test-run-wasm-simd-lowering.cc'
275 ], 279 ],
276 'cctest_sources_mips': [ ### gcmole(arch:mips) ### 280 'cctest_sources_mips': [ ### gcmole(arch:mips) ###
277 'test-assembler-mips.cc', 281 'test-assembler-mips.cc',
278 'test-code-stubs.cc', 282 'test-code-stubs.cc',
279 'test-code-stubs.h', 283 'test-code-stubs.h',
280 'test-code-stubs-mips.cc', 284 'test-code-stubs-mips.cc',
281 'test-disasm-mips.cc', 285 'test-disasm-mips.cc',
282 'test-macro-assembler-mips.cc' 286 'test-macro-assembler-mips.cc',
287 'wasm/test-run-wasm-simd-lowering.cc'
283 ], 288 ],
284 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ### 289 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ###
285 'test-assembler-mips.cc', 290 'test-assembler-mips.cc',
286 'test-code-stubs.cc', 291 'test-code-stubs.cc',
287 'test-code-stubs.h', 292 'test-code-stubs.h',
288 'test-code-stubs-mips.cc', 293 'test-code-stubs-mips.cc',
289 'test-disasm-mips.cc', 294 'test-disasm-mips.cc',
290 'test-macro-assembler-mips.cc' 295 'test-macro-assembler-mips.cc',
296 'wasm/test-run-wasm-simd-lowering.cc'
291 ], 297 ],
292 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ### 298 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ###
293 'test-assembler-mips64.cc', 299 'test-assembler-mips64.cc',
294 'test-code-stubs.cc', 300 'test-code-stubs.cc',
295 'test-code-stubs.h', 301 'test-code-stubs.h',
296 'test-code-stubs-mips64.cc', 302 'test-code-stubs-mips64.cc',
297 'test-disasm-mips64.cc', 303 'test-disasm-mips64.cc',
298 'test-macro-assembler-mips64.cc' 304 'test-macro-assembler-mips64.cc',
305 'wasm/test-run-wasm-simd-lowering.cc'
299 ], 306 ],
300 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ### 307 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ###
301 'test-assembler-mips64.cc', 308 'test-assembler-mips64.cc',
302 'test-code-stubs.cc', 309 'test-code-stubs.cc',
303 'test-code-stubs.h', 310 'test-code-stubs.h',
304 'test-code-stubs-mips64.cc', 311 'test-code-stubs-mips64.cc',
305 'test-disasm-mips64.cc', 312 'test-disasm-mips64.cc',
306 'test-macro-assembler-mips64.cc' 313 'test-macro-assembler-mips64.cc',
314 'wasm/test-run-wasm-simd-lowering.cc'
307 ], 315 ],
308 'cctest_sources_x87': [ ### gcmole(arch:x87) ### 316 'cctest_sources_x87': [ ### gcmole(arch:x87) ###
309 'test-assembler-x87.cc', 317 'test-assembler-x87.cc',
310 'test-code-stubs.cc', 318 'test-code-stubs.cc',
311 'test-code-stubs.h', 319 'test-code-stubs.h',
312 'test-code-stubs-x87.cc', 320 'test-code-stubs-x87.cc',
313 'test-disasm-x87.cc', 321 'test-disasm-x87.cc',
314 'test-macro-assembler-x87.cc', 322 'test-macro-assembler-x87.cc',
315 'test-log-stack-tracer.cc', 323 'test-log-stack-tracer.cc',
316 'test-run-wasm-relocation-x87.cc' 324 'test-run-wasm-relocation-x87.cc',
325 'wasm/test-run-wasm-simd-lowering.cc'
317 ], 326 ],
318 }, 327 },
319 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], 328 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
320 'targets': [ 329 'targets': [
321 { 330 {
322 'target_name': 'cctest', 331 'target_name': 'cctest',
323 'type': 'executable', 332 'type': 'executable',
324 'dependencies': [ 333 'dependencies': [
325 'resources', 334 'resources',
326 '../../src/v8.gyp:v8_libbase', 335 '../../src/v8.gyp:v8_libbase',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '../../gypfiles/isolate.gypi', 526 '../../gypfiles/isolate.gypi',
518 ], 527 ],
519 'sources': [ 528 'sources': [
520 'cctest.isolate', 529 'cctest.isolate',
521 ], 530 ],
522 }, 531 },
523 ], 532 ],
524 }], 533 }],
525 ], 534 ],
526 } 535 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/wasm-run-utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698