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

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

Issue 1716243002: [wasm] Added I64Ior to the Int64Lowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int64-lowering-unittest
Patch Set: rebase Created 4 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 | « src/compiler/wasm-compiler.cc ('k') | test/cctest/wasm/test-run-wasm.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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'test-unbound-queue.cc', 181 'test-unbound-queue.cc',
182 'test-unboxed-doubles.cc', 182 'test-unboxed-doubles.cc',
183 'test-unique.cc', 183 'test-unique.cc',
184 'test-unscopables-hidden-prototype.cc', 184 'test-unscopables-hidden-prototype.cc',
185 'test-utils.cc', 185 'test-utils.cc',
186 'test-version.cc', 186 'test-version.cc',
187 'test-weakmaps.cc', 187 'test-weakmaps.cc',
188 'test-weaksets.cc', 188 'test-weaksets.cc',
189 'trace-extension.cc', 189 'trace-extension.cc',
190 'wasm/test-run-wasm.cc', 190 'wasm/test-run-wasm.cc',
191 'wasm/test-run-wasm-64.cc',
191 'wasm/test-run-wasm-js.cc', 192 'wasm/test-run-wasm-js.cc',
192 'wasm/test-run-wasm-module.cc', 193 'wasm/test-run-wasm-module.cc',
193 'wasm/test-signatures.h', 194 'wasm/test-signatures.h',
194 'wasm/wasm-run-utils.h', 195 'wasm/wasm-run-utils.h',
195 ], 196 ],
196 'conditions': [ 197 'conditions': [
197 ['v8_target_arch=="ia32"', { 198 ['v8_target_arch=="ia32"', {
198 'sources': [ ### gcmole(arch:ia32) ### 199 'sources': [ ### gcmole(arch:ia32) ###
199 'test-assembler-ia32.cc', 200 'test-assembler-ia32.cc',
200 'test-code-stubs.cc', 201 'test-code-stubs.cc',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../../build/isolate.gypi', 396 '../../build/isolate.gypi',
396 ], 397 ],
397 'sources': [ 398 'sources': [
398 'cctest.isolate', 399 'cctest.isolate',
399 ], 400 ],
400 }, 401 },
401 ], 402 ],
402 }], 403 }],
403 ], 404 ],
404 } 405 }
OLDNEW
« no previous file with comments | « src/compiler/wasm-compiler.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698