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

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

Issue 2720133003: Revert of [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator (Closed)
Patch Set: Created 3 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 | « test/cctest/BUILD.gn ('k') | test/cctest/test-simulator-arm64.cc » ('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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'test-utils-arm64.h', 259 'test-utils-arm64.h',
260 'test-assembler-arm64.cc', 260 'test-assembler-arm64.cc',
261 'test-code-stubs.cc', 261 'test-code-stubs.cc',
262 'test-code-stubs.h', 262 'test-code-stubs.h',
263 'test-code-stubs-arm64.cc', 263 'test-code-stubs-arm64.cc',
264 'test-disasm-arm64.cc', 264 'test-disasm-arm64.cc',
265 'test-fuzz-arm64.cc', 265 'test-fuzz-arm64.cc',
266 'test-javascript-arm64.cc', 266 'test-javascript-arm64.cc',
267 'test-js-arm64-variables.cc', 267 'test-js-arm64-variables.cc',
268 'test-run-wasm-relocation-arm64.cc', 268 'test-run-wasm-relocation-arm64.cc',
269 'test-simulator-arm64.cc',
270 'wasm/test-run-wasm-simd-lowering.cc' 269 'wasm/test-run-wasm-simd-lowering.cc'
271 ], 270 ],
272 'cctest_sources_s390': [ ### gcmole(arch:s390) ### 271 'cctest_sources_s390': [ ### gcmole(arch:s390) ###
273 'test-assembler-s390.cc', 272 'test-assembler-s390.cc',
274 'test-code-stubs.cc', 273 'test-code-stubs.cc',
275 'test-code-stubs.h', 274 'test-code-stubs.h',
276 'test-disasm-s390.cc', 275 'test-disasm-s390.cc',
277 'wasm/test-run-wasm-simd-lowering.cc' 276 'wasm/test-run-wasm-simd-lowering.cc'
278 ], 277 ],
279 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### 278 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../../gypfiles/isolate.gypi', 533 '../../gypfiles/isolate.gypi',
535 ], 534 ],
536 'sources': [ 535 'sources': [
537 'cctest.isolate', 536 'cctest.isolate',
538 ], 537 ],
539 }, 538 },
540 ], 539 ],
541 }], 540 }],
542 ], 541 ],
543 } 542 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-simulator-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698