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

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

Issue 448603002: Refactor unit tests for the base library to use GTest. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Reduce LoopIncrement test time. Created 6 years, 4 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'test-accessors.cc', 93 'test-accessors.cc',
94 'test-alloc.cc', 94 'test-alloc.cc',
95 'test-api.cc', 95 'test-api.cc',
96 'test-ast.cc', 96 'test-ast.cc',
97 'test-atomicops.cc', 97 'test-atomicops.cc',
98 'test-bignum.cc', 98 'test-bignum.cc',
99 'test-bignum-dtoa.cc', 99 'test-bignum-dtoa.cc',
100 'test-checks.cc', 100 'test-checks.cc',
101 'test-circular-queue.cc', 101 'test-circular-queue.cc',
102 'test-compiler.cc', 102 'test-compiler.cc',
103 'test-condition-variable.cc',
104 'test-constantpool.cc', 103 'test-constantpool.cc',
105 'test-conversions.cc', 104 'test-conversions.cc',
106 'test-cpu.cc',
107 'test-cpu-profiler.cc', 105 'test-cpu-profiler.cc',
108 'test-dataflow.cc', 106 'test-dataflow.cc',
109 'test-date.cc', 107 'test-date.cc',
110 'test-debug.cc', 108 'test-debug.cc',
111 'test-declarative-accessors.cc', 109 'test-declarative-accessors.cc',
112 'test-decls.cc', 110 'test-decls.cc',
113 'test-deoptimization.cc', 111 'test-deoptimization.cc',
114 'test-dictionary.cc', 112 'test-dictionary.cc',
115 'test-diy-fp.cc', 113 'test-diy-fp.cc',
116 'test-double.cc', 114 'test-double.cc',
(...skipping 13 matching lines...) Expand all
130 'test-libplatform-default-platform.cc', 128 'test-libplatform-default-platform.cc',
131 'test-libplatform-task-queue.cc', 129 'test-libplatform-task-queue.cc',
132 'test-libplatform-worker-thread.cc', 130 'test-libplatform-worker-thread.cc',
133 'test-list.cc', 131 'test-list.cc',
134 'test-liveedit.cc', 132 'test-liveedit.cc',
135 'test-lockers.cc', 133 'test-lockers.cc',
136 'test-log.cc', 134 'test-log.cc',
137 'test-microtask-delivery.cc', 135 'test-microtask-delivery.cc',
138 'test-mark-compact.cc', 136 'test-mark-compact.cc',
139 'test-mementos.cc', 137 'test-mementos.cc',
140 'test-mutex.cc',
141 'test-object-observe.cc', 138 'test-object-observe.cc',
142 'test-ordered-hash-table.cc', 139 'test-ordered-hash-table.cc',
143 'test-ostreams.cc', 140 'test-ostreams.cc',
144 'test-parsing.cc', 141 'test-parsing.cc',
145 'test-platform.cc', 142 'test-platform.cc',
146 'test-platform-tls.cc',
147 'test-profile-generator.cc', 143 'test-profile-generator.cc',
148 'test-random-number-generator.cc', 144 'test-random-number-generator.cc',
149 'test-regexp.cc', 145 'test-regexp.cc',
150 'test-reloc-info.cc', 146 'test-reloc-info.cc',
151 'test-representation.cc', 147 'test-representation.cc',
152 'test-semaphore.cc', 148 'test-semaphore.cc',
153 'test-serialize.cc', 149 'test-serialize.cc',
154 'test-spaces.cc', 150 'test-spaces.cc',
155 'test-strings.cc', 151 'test-strings.cc',
156 'test-symbols.cc', 152 'test-symbols.cc',
157 'test-strtod.cc', 153 'test-strtod.cc',
158 'test-thread-termination.cc', 154 'test-thread-termination.cc',
159 'test-threads.cc', 155 'test-threads.cc',
160 'test-time.cc',
161 'test-types.cc', 156 'test-types.cc',
162 'test-unbound-queue.cc', 157 'test-unbound-queue.cc',
163 'test-unique.cc', 158 'test-unique.cc',
164 'test-utils.cc', 159 'test-utils.cc',
165 'test-version.cc', 160 'test-version.cc',
166 'test-weakmaps.cc', 161 'test-weakmaps.cc',
167 'test-weaksets.cc', 162 'test-weaksets.cc',
168 'test-weaktypedarrays.cc', 163 'test-weaktypedarrays.cc',
169 'trace-extension.cc' 164 'trace-extension.cc'
170 ], 165 ],
171 'conditions': [ 166 'conditions': [
172 ['v8_target_arch=="ia32"', { 167 ['v8_target_arch=="ia32"', {
173 'sources': [ ### gcmole(arch:ia32) ### 168 'sources': [ ### gcmole(arch:ia32) ###
174 'compiler/test-instruction-selector-ia32.cc', 169 'compiler/test-instruction-selector-ia32.cc',
175 'test-assembler-ia32.cc', 170 'test-assembler-ia32.cc',
176 'test-code-stubs.cc', 171 'test-code-stubs.cc',
177 'test-code-stubs-ia32.cc', 172 'test-code-stubs-ia32.cc',
178 'test-cpu-ia32.cc',
179 'test-disasm-ia32.cc', 173 'test-disasm-ia32.cc',
180 'test-macro-assembler-ia32.cc', 174 'test-macro-assembler-ia32.cc',
181 'test-log-stack-tracer.cc' 175 'test-log-stack-tracer.cc'
182 ], 176 ],
183 }], 177 }],
184 ['v8_target_arch=="x64"', { 178 ['v8_target_arch=="x64"', {
185 'sources': [ ### gcmole(arch:x64) ### 179 'sources': [ ### gcmole(arch:x64) ###
186 'test-assembler-x64.cc', 180 'test-assembler-x64.cc',
187 'test-code-stubs.cc', 181 'test-code-stubs.cc',
188 'test-code-stubs-x64.cc', 182 'test-code-stubs-x64.cc',
189 'test-cpu-x64.cc',
190 'test-disasm-x64.cc', 183 'test-disasm-x64.cc',
191 'test-macro-assembler-x64.cc', 184 'test-macro-assembler-x64.cc',
192 'test-log-stack-tracer.cc' 185 'test-log-stack-tracer.cc'
193 ], 186 ],
194 }], 187 }],
195 ['v8_target_arch=="arm"', { 188 ['v8_target_arch=="arm"', {
196 'sources': [ ### gcmole(arch:arm) ### 189 'sources': [ ### gcmole(arch:arm) ###
197 'compiler/test-instruction-selector-arm.cc', 190 'compiler/test-instruction-selector-arm.cc',
198 'test-assembler-arm.cc', 191 'test-assembler-arm.cc',
199 'test-code-stubs.cc', 192 'test-code-stubs.cc',
(...skipping 30 matching lines...) Expand all
230 'test-code-stubs-mips64.cc', 223 'test-code-stubs-mips64.cc',
231 'test-disasm-mips64.cc', 224 'test-disasm-mips64.cc',
232 'test-macro-assembler-mips64.cc' 225 'test-macro-assembler-mips64.cc'
233 ], 226 ],
234 }], 227 }],
235 ['v8_target_arch=="x87"', { 228 ['v8_target_arch=="x87"', {
236 'sources': [ ### gcmole(arch:x87) ### 229 'sources': [ ### gcmole(arch:x87) ###
237 'test-assembler-x87.cc', 230 'test-assembler-x87.cc',
238 'test-code-stubs.cc', 231 'test-code-stubs.cc',
239 'test-code-stubs-x87.cc', 232 'test-code-stubs-x87.cc',
240 'test-cpu-x87.cc',
241 'test-disasm-x87.cc', 233 'test-disasm-x87.cc',
242 'test-macro-assembler-x87.cc', 234 'test-macro-assembler-x87.cc',
243 'test-log-stack-tracer.cc' 235 'test-log-stack-tracer.cc'
244 ], 236 ],
245 }], 237 }],
246 [ 'OS=="linux" or OS=="qnx"', { 238 [ 'OS=="linux" or OS=="qnx"', {
247 'sources': [ 239 'sources': [
248 'test-platform-linux.cc', 240 'test-platform-linux.cc',
249 ], 241 ],
250 }], 242 }],
251 [ 'OS=="mac"', {
252 'sources': [
253 'test-platform-macos.cc',
254 ],
255 }],
256 [ 'OS=="win"', { 243 [ 'OS=="win"', {
257 'sources': [ 244 'sources': [
258 'test-platform-win32.cc', 245 'test-platform-win32.cc',
259 ], 246 ],
260 'msvs_settings': { 247 'msvs_settings': {
261 'VCCLCompilerTool': { 248 'VCCLCompilerTool': {
262 # MSVS wants this for gay-{precision,shortest}.cc. 249 # MSVS wants this for gay-{precision,shortest}.cc.
263 'AdditionalOptions': ['/bigobj'], 250 'AdditionalOptions': ['/bigobj'],
264 }, 251 },
265 }, 252 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '<@(_outputs)', 300 '<@(_outputs)',
314 'TEST', # type 301 'TEST', # type
315 'off', # compression 302 'off', # compression
316 '<@(file_list)', 303 '<@(file_list)',
317 ], 304 ],
318 } 305 }
319 ], 306 ],
320 }, 307 },
321 ], 308 ],
322 } 309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698