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

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

Issue 2006183004: Implement ldrex and strex in ARM simulator (Closed) Base URL: http://chromium.googlesource.com/v8/v8.git@master
Patch Set: Lock on reads Created 3 years, 11 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-arm.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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'wasm/test-run-wasm-simd.cc', 240 'wasm/test-run-wasm-simd.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 'test-simulator-arm.cc',
250 'wasm/test-run-wasm-simd-lowering.cc' 251 'wasm/test-run-wasm-simd-lowering.cc'
251 ], 252 ],
252 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 253 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
253 'test-utils-arm64.cc', 254 'test-utils-arm64.cc',
254 'test-utils-arm64.h', 255 'test-utils-arm64.h',
255 'test-assembler-arm64.cc', 256 'test-assembler-arm64.cc',
256 'test-code-stubs.cc', 257 'test-code-stubs.cc',
257 'test-code-stubs.h', 258 'test-code-stubs.h',
258 'test-code-stubs-arm64.cc', 259 'test-code-stubs-arm64.cc',
259 'test-disasm-arm64.cc', 260 'test-disasm-arm64.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 '../../gypfiles/isolate.gypi', 529 '../../gypfiles/isolate.gypi',
529 ], 530 ],
530 'sources': [ 531 'sources': [
531 'cctest.isolate', 532 'cctest.isolate',
532 ], 533 ],
533 }, 534 },
534 ], 535 ],
535 }], 536 }],
536 ], 537 ],
537 } 538 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-simulator-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698