OLD | NEW |
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'test-hashing.cc', | 164 'test-hashing.cc', |
165 'test-hashmap.cc', | 165 'test-hashmap.cc', |
166 'test-heap-profiler.cc', | 166 'test-heap-profiler.cc', |
167 'test-hydrogen-types.cc', | 167 'test-hydrogen-types.cc', |
168 'test-identity-map.cc', | 168 'test-identity-map.cc', |
169 'test-inobject-slack-tracking.cc', | 169 'test-inobject-slack-tracking.cc', |
170 'test-list.cc', | 170 'test-list.cc', |
171 'test-liveedit.cc', | 171 'test-liveedit.cc', |
172 'test-lockers.cc', | 172 'test-lockers.cc', |
173 'test-log.cc', | 173 'test-log.cc', |
| 174 'test-managed.cc', |
174 'test-mementos.cc', | 175 'test-mementos.cc', |
175 'test-modules.cc', | 176 'test-modules.cc', |
176 'test-object.cc', | 177 'test-object.cc', |
177 'test-parsing.cc', | 178 'test-parsing.cc', |
178 'test-platform.cc', | 179 'test-platform.cc', |
179 'test-profile-generator.cc', | 180 'test-profile-generator.cc', |
180 'test-random-number-generator.cc', | 181 'test-random-number-generator.cc', |
181 'test-receiver-check-hidden-prototype.cc', | 182 'test-receiver-check-hidden-prototype.cc', |
182 'test-regexp.cc', | 183 'test-regexp.cc', |
183 'test-representation.cc', | 184 'test-representation.cc', |
(...skipping 16 matching lines...) Expand all Loading... |
200 'test-unscopables-hidden-prototype.cc', | 201 'test-unscopables-hidden-prototype.cc', |
201 'test-usecounters.cc', | 202 'test-usecounters.cc', |
202 'test-utils.cc', | 203 'test-utils.cc', |
203 'test-version.cc', | 204 'test-version.cc', |
204 'test-weakmaps.cc', | 205 'test-weakmaps.cc', |
205 'test-weaksets.cc', | 206 'test-weaksets.cc', |
206 'trace-extension.cc', | 207 'trace-extension.cc', |
207 'trace-extension.h', | 208 'trace-extension.h', |
208 'types-fuzz.h', | 209 'types-fuzz.h', |
209 'unicode-helpers.h', | 210 'unicode-helpers.h', |
210 'wasm/test-managed.cc', | |
211 'wasm/test-run-wasm.cc', | 211 'wasm/test-run-wasm.cc', |
212 'wasm/test-run-wasm-64.cc', | 212 'wasm/test-run-wasm-64.cc', |
213 'wasm/test-run-wasm-asmjs.cc', | 213 'wasm/test-run-wasm-asmjs.cc', |
214 'wasm/test-run-wasm-interpreter.cc', | 214 'wasm/test-run-wasm-interpreter.cc', |
215 'wasm/test-run-wasm-js.cc', | 215 'wasm/test-run-wasm-js.cc', |
216 'wasm/test-run-wasm-module.cc', | 216 'wasm/test-run-wasm-module.cc', |
217 'wasm/test-run-wasm-relocation.cc', | 217 'wasm/test-run-wasm-relocation.cc', |
218 'wasm/test-wasm-breakpoints.cc', | 218 'wasm/test-wasm-breakpoints.cc', |
219 'wasm/test-wasm-stack.cc', | 219 'wasm/test-wasm-stack.cc', |
220 'wasm/test-wasm-trap-position.cc', | 220 'wasm/test-wasm-trap-position.cc', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 '../../gypfiles/isolate.gypi', | 532 '../../gypfiles/isolate.gypi', |
533 ], | 533 ], |
534 'sources': [ | 534 'sources': [ |
535 'cctest.isolate', | 535 'cctest.isolate', |
536 ], | 536 ], |
537 }, | 537 }, |
538 ], | 538 ], |
539 }], | 539 }], |
540 ], | 540 ], |
541 } | 541 } |
OLD | NEW |