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

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

Issue 160423002: A64 support for DoubleToIStub (truncating). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add test cases Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/arm/code-stubs-arm.cc ('k') | test/cctest/test-assembler-a64.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'test-code-stubs.cc', 148 'test-code-stubs.cc',
149 'test-code-stubs-arm.cc', 149 'test-code-stubs-arm.cc',
150 'test-disasm-arm.cc', 150 'test-disasm-arm.cc',
151 'test-macro-assembler-arm.cc' 151 'test-macro-assembler-arm.cc'
152 ], 152 ],
153 }], 153 }],
154 ['v8_target_arch=="a64"', { 154 ['v8_target_arch=="a64"', {
155 'sources': [ 155 'sources': [
156 'test-utils-a64.cc', 156 'test-utils-a64.cc',
157 'test-assembler-a64.cc', 157 'test-assembler-a64.cc',
158 'test-code-stubs.cc',
159 'test-code-stubs-a64.cc',
158 'test-disasm-a64.cc', 160 'test-disasm-a64.cc',
159 'test-fuzz-a64.cc', 161 'test-fuzz-a64.cc',
160 'test-javascript-a64.cc', 162 'test-javascript-a64.cc',
161 'test-js-a64-variables.cc' 163 'test-js-a64-variables.cc'
162 ], 164 ],
163 }], 165 }],
164 ['v8_target_arch=="mipsel"', { 166 ['v8_target_arch=="mipsel"', {
165 'sources': [ 167 'sources': [
166 'test-assembler-mips.cc', 168 'test-assembler-mips.cc',
167 'test-code-stubs.cc', 169 'test-code-stubs.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '<@(_outputs)', 242 '<@(_outputs)',
241 'TEST', # type 243 'TEST', # type
242 'off', # compression 244 'off', # compression
243 '<@(file_list)', 245 '<@(file_list)',
244 ], 246 ],
245 } 247 }
246 ], 248 ],
247 }, 249 },
248 ], 250 ],
249 } 251 }
OLDNEW
« no previous file with comments | « src/arm/code-stubs-arm.cc ('k') | test/cctest/test-assembler-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698