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

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

Issue 1924253002: [wasm] Patch trapping position into stack trace (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@pass-wasm-position-to-runtime
Patch Set: add TODO with tracking bug Created 4 years, 7 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 | « src/runtime/runtime-internal.cc ('k') | test/cctest/wasm/test-wasm-stack.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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'test-weaksets.cc', 186 'test-weaksets.cc',
187 'trace-extension.cc', 187 'trace-extension.cc',
188 'wasm/test-run-wasm.cc', 188 'wasm/test-run-wasm.cc',
189 'wasm/test-run-wasm-64.cc', 189 'wasm/test-run-wasm-64.cc',
190 'wasm/test-run-wasm-asmjs.cc', 190 'wasm/test-run-wasm-asmjs.cc',
191 'wasm/test-run-wasm-js.cc', 191 'wasm/test-run-wasm-js.cc',
192 'wasm/test-run-wasm-module.cc', 192 'wasm/test-run-wasm-module.cc',
193 'wasm/test-signatures.h', 193 'wasm/test-signatures.h',
194 'wasm/test-wasm-function-name-table.cc', 194 'wasm/test-wasm-function-name-table.cc',
195 'wasm/test-wasm-stack.cc', 195 'wasm/test-wasm-stack.cc',
196 'wasm/test-wasm-trap-position.cc',
196 'wasm/wasm-run-utils.h', 197 'wasm/wasm-run-utils.h',
197 ], 198 ],
198 'conditions': [ 199 'conditions': [
199 ['v8_target_arch=="ia32"', { 200 ['v8_target_arch=="ia32"', {
200 'sources': [ ### gcmole(arch:ia32) ### 201 'sources': [ ### gcmole(arch:ia32) ###
201 'test-assembler-ia32.cc', 202 'test-assembler-ia32.cc',
202 'test-code-stubs.cc', 203 'test-code-stubs.cc',
203 'test-code-stubs-ia32.cc', 204 'test-code-stubs-ia32.cc',
204 'test-disasm-ia32.cc', 205 'test-disasm-ia32.cc',
205 'test-macro-assembler-ia32.cc', 206 'test-macro-assembler-ia32.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 '../../gypfiles/isolate.gypi', 437 '../../gypfiles/isolate.gypi',
437 ], 438 ],
438 'sources': [ 439 'sources': [
439 'cctest.isolate', 440 'cctest.isolate',
440 ], 441 ],
441 }, 442 },
442 ], 443 ],
443 }], 444 }],
444 ], 445 ],
445 } 446 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | test/cctest/wasm/test-wasm-stack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698