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

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

Issue 2651793003: [wasm] Test argument passing in the interpreter entry (Closed)
Patch Set: Naming Created 3 years, 10 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/wasm/test-wasm-interpreter-entry.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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'types-fuzz.h', 209 'types-fuzz.h',
210 'unicode-helpers.h', 210 'unicode-helpers.h',
211 'wasm/test-run-wasm.cc', 211 'wasm/test-run-wasm.cc',
212 'wasm/test-run-wasm-64.cc', 212 'wasm/test-run-wasm-64.cc',
213 'wasm/test-run-wasm-asmjs.cc', 213 'wasm/test-run-wasm-asmjs.cc',
214 'wasm/test-run-wasm-interpreter.cc', 214 'wasm/test-run-wasm-interpreter.cc',
215 'wasm/test-run-wasm-js.cc', 215 'wasm/test-run-wasm-js.cc',
216 'wasm/test-run-wasm-module.cc', 216 'wasm/test-run-wasm-module.cc',
217 'wasm/test-run-wasm-relocation.cc', 217 'wasm/test-run-wasm-relocation.cc',
218 'wasm/test-wasm-breakpoints.cc', 218 'wasm/test-wasm-breakpoints.cc',
219 'wasm/test-wasm-interpreter-entry.cc',
219 'wasm/test-wasm-stack.cc', 220 'wasm/test-wasm-stack.cc',
220 'wasm/test-wasm-trap-position.cc', 221 'wasm/test-wasm-trap-position.cc',
221 'wasm/wasm-run-utils.h', 222 'wasm/wasm-run-utils.h',
222 ], 223 ],
223 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### 224 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
224 'test-assembler-ia32.cc', 225 'test-assembler-ia32.cc',
225 'test-code-stubs.cc', 226 'test-code-stubs.cc',
226 'test-code-stubs.h', 227 'test-code-stubs.h',
227 'test-code-stubs-ia32.cc', 228 'test-code-stubs-ia32.cc',
228 'test-disasm-ia32.cc', 229 'test-disasm-ia32.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 '../../gypfiles/isolate.gypi', 533 '../../gypfiles/isolate.gypi',
533 ], 534 ],
534 'sources': [ 535 'sources': [
535 'cctest.isolate', 536 'cctest.isolate',
536 ], 537 ],
537 }, 538 },
538 ], 539 ],
539 }], 540 }],
540 ], 541 ],
541 } 542 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-wasm-interpreter-entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698