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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'test-conversions.cc', | 114 'test-conversions.cc', |
115 'test-cpu-profiler.cc', | 115 'test-cpu-profiler.cc', |
116 'test-date.cc', | 116 'test-date.cc', |
117 'test-debug.cc', | 117 'test-debug.cc', |
118 'test-decls.cc', | 118 'test-decls.cc', |
119 'test-deoptimization.cc', | 119 'test-deoptimization.cc', |
120 'test-dictionary.cc', | 120 'test-dictionary.cc', |
121 'test-diy-fp.cc', | 121 'test-diy-fp.cc', |
122 'test-double.cc', | 122 'test-double.cc', |
123 'test-dtoa.cc', | 123 'test-dtoa.cc', |
| 124 'test-elements-kind.cc', |
124 'test-fast-dtoa.cc', | 125 'test-fast-dtoa.cc', |
125 'test-feedback-vector.cc', | 126 'test-feedback-vector.cc', |
| 127 'test-field-type-tracking.cc', |
126 'test-fixed-dtoa.cc', | 128 'test-fixed-dtoa.cc', |
127 'test-flags.cc', | 129 'test-flags.cc', |
128 'test-func-name-inference.cc', | 130 'test-func-name-inference.cc', |
129 'test-gc-tracer.cc', | 131 'test-gc-tracer.cc', |
130 'test-global-handles.cc', | 132 'test-global-handles.cc', |
131 'test-global-object.cc', | 133 'test-global-object.cc', |
132 'test-hashing.cc', | 134 'test-hashing.cc', |
133 'test-hashmap.cc', | 135 'test-hashmap.cc', |
134 'test-heap.cc', | 136 'test-heap.cc', |
135 'test-heap-profiler.cc', | 137 'test-heap-profiler.cc', |
136 'test-hydrogen-types.cc', | 138 'test-hydrogen-types.cc', |
137 'test-identity-map.cc', | 139 'test-identity-map.cc', |
138 'test-incremental-marking.cc', | 140 'test-incremental-marking.cc', |
139 'test-list.cc', | 141 'test-list.cc', |
140 'test-liveedit.cc', | 142 'test-liveedit.cc', |
141 'test-lockers.cc', | 143 'test-lockers.cc', |
142 'test-log.cc', | 144 'test-log.cc', |
143 'test-microtask-delivery.cc', | 145 'test-microtask-delivery.cc', |
144 'test-mark-compact.cc', | 146 'test-mark-compact.cc', |
145 'test-mementos.cc', | 147 'test-mementos.cc', |
146 'test-migrations.cc', | |
147 'test-object-observe.cc', | 148 'test-object-observe.cc', |
148 'test-parsing.cc', | 149 'test-parsing.cc', |
149 'test-platform.cc', | 150 'test-platform.cc', |
150 'test-profile-generator.cc', | 151 'test-profile-generator.cc', |
151 'test-random-number-generator.cc', | 152 'test-random-number-generator.cc', |
152 'test-regexp.cc', | 153 'test-regexp.cc', |
153 'test-reloc-info.cc', | 154 'test-reloc-info.cc', |
154 'test-representation.cc', | 155 'test-representation.cc', |
155 'test-sampler-api.cc', | 156 'test-sampler-api.cc', |
156 'test-serialize.cc', | 157 'test-serialize.cc', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 '../../tools/js2c.py', | 324 '../../tools/js2c.py', |
324 '<@(_outputs)', | 325 '<@(_outputs)', |
325 'TEST', # type | 326 'TEST', # type |
326 '<@(file_list)', | 327 '<@(file_list)', |
327 ], | 328 ], |
328 } | 329 } |
329 ], | 330 ], |
330 }, | 331 }, |
331 ], | 332 ], |
332 } | 333 } |
OLD | NEW |