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

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

Issue 1512553002: [cctest] Move most heap related tests to test/cctest/heap and clean wrt IWYU (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed compile time error due to missing header file Created 5 years 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/cctest.h ('k') | test/cctest/heap-tester.h » ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'compiler/test-run-variables.cc', 87 'compiler/test-run-variables.cc',
88 'compiler/test-simplified-lowering.cc', 88 'compiler/test-simplified-lowering.cc',
89 'cctest.cc', 89 'cctest.cc',
90 'expression-type-collector.cc', 90 'expression-type-collector.cc',
91 'expression-type-collector.h', 91 'expression-type-collector.h',
92 'interpreter/test-bytecode-generator.cc', 92 'interpreter/test-bytecode-generator.cc',
93 'interpreter/test-interpreter.cc', 93 'interpreter/test-interpreter.cc',
94 'gay-fixed.cc', 94 'gay-fixed.cc',
95 'gay-precision.cc', 95 'gay-precision.cc',
96 'gay-shortest.cc', 96 'gay-shortest.cc',
97 'heap-tester.h', 97 'heap/heap-tester.h',
98 'heap/test-alloc.cc',
99 'heap/test-heap.cc',
100 'heap/test-incremental-marking.cc',
101 'heap/test-mark-compact.cc',
102 'heap/test-spaces.cc',
103 'heap/utils-inl.h',
98 'print-extension.cc', 104 'print-extension.cc',
99 'profiler-extension.cc', 105 'profiler-extension.cc',
100 'test-accessors.cc', 106 'test-accessors.cc',
101 'test-alloc.cc',
102 'test-api.cc', 107 'test-api.cc',
103 'test-api.h', 108 'test-api.h',
104 # TODO(epertoso): re-enable the following test after the API change is 109 # TODO(epertoso): re-enable the following test after the API change is
105 # checked in. 110 # checked in.
106 # 'test-api-accessors.cc', 111 # 'test-api-accessors.cc',
107 'test-api-interceptors.cc', 112 'test-api-interceptors.cc',
108 'test-array-list.cc', 113 'test-array-list.cc',
109 'test-ast.cc', 114 'test-ast.cc',
110 'test-ast-expression-visitor.cc', 115 'test-ast-expression-visitor.cc',
111 'test-asm-validator.cc', 116 'test-asm-validator.cc',
(...skipping 19 matching lines...) Expand all
131 'test-feedback-vector.cc', 136 'test-feedback-vector.cc',
132 'test-field-type-tracking.cc', 137 'test-field-type-tracking.cc',
133 'test-fixed-dtoa.cc', 138 'test-fixed-dtoa.cc',
134 'test-flags.cc', 139 'test-flags.cc',
135 'test-func-name-inference.cc', 140 'test-func-name-inference.cc',
136 'test-gc-tracer.cc', 141 'test-gc-tracer.cc',
137 'test-global-handles.cc', 142 'test-global-handles.cc',
138 'test-global-object.cc', 143 'test-global-object.cc',
139 'test-hashing.cc', 144 'test-hashing.cc',
140 'test-hashmap.cc', 145 'test-hashmap.cc',
141 'test-heap.cc',
142 'test-heap-profiler.cc', 146 'test-heap-profiler.cc',
143 'test-hydrogen-types.cc', 147 'test-hydrogen-types.cc',
144 'test-identity-map.cc', 148 'test-identity-map.cc',
145 'test-incremental-marking.cc',
146 'test-inobject-slack-tracking.cc', 149 'test-inobject-slack-tracking.cc',
147 'test-list.cc', 150 'test-list.cc',
148 'test-liveedit.cc', 151 'test-liveedit.cc',
149 'test-lockers.cc', 152 'test-lockers.cc',
150 'test-log.cc', 153 'test-log.cc',
151 'test-microtask-delivery.cc', 154 'test-microtask-delivery.cc',
152 'test-mark-compact.cc',
153 'test-mementos.cc', 155 'test-mementos.cc',
154 'test-object-observe.cc', 156 'test-object-observe.cc',
155 'test-parsing.cc', 157 'test-parsing.cc',
156 'test-platform.cc', 158 'test-platform.cc',
157 'test-profile-generator.cc', 159 'test-profile-generator.cc',
158 'test-random-number-generator.cc', 160 'test-random-number-generator.cc',
159 'test-regexp.cc', 161 'test-regexp.cc',
160 'test-reloc-info.cc', 162 'test-reloc-info.cc',
161 'test-representation.cc', 163 'test-representation.cc',
162 'test-sampler-api.cc', 164 'test-sampler-api.cc',
163 'test-serialize.cc', 165 'test-serialize.cc',
164 'test-simd.cc', 166 'test-simd.cc',
165 'test-slots-buffer.cc', 167 'test-slots-buffer.cc',
166 'test-spaces.cc',
167 'test-strings.cc', 168 'test-strings.cc',
168 'test-symbols.cc', 169 'test-symbols.cc',
169 'test-strtod.cc', 170 'test-strtod.cc',
170 'test-thread-termination.cc', 171 'test-thread-termination.cc',
171 'test-threads.cc', 172 'test-threads.cc',
172 'test-transitions.cc', 173 'test-transitions.cc',
173 'test-typedarrays.cc', 174 'test-typedarrays.cc',
174 'test-types.cc', 175 'test-types.cc',
175 'test-typing-reset.cc', 176 'test-typing-reset.cc',
176 'test-unbound-queue.cc', 177 'test-unbound-queue.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 '../../build/isolate.gypi', 355 '../../build/isolate.gypi',
355 ], 356 ],
356 'sources': [ 357 'sources': [
357 'cctest.isolate', 358 'cctest.isolate',
358 ], 359 ],
359 }, 360 },
360 ], 361 ],
361 }], 362 }],
362 ], 363 ],
363 } 364 }
OLDNEW
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/heap-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698