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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'test-list.cc', | 89 'test-list.cc', |
90 'test-liveedit.cc', | 90 'test-liveedit.cc', |
91 'test-lockers.cc', | 91 'test-lockers.cc', |
92 'test-log.cc', | 92 'test-log.cc', |
93 'test-microtask-delivery.cc', | 93 'test-microtask-delivery.cc', |
94 'test-mark-compact.cc', | 94 'test-mark-compact.cc', |
95 'test-mementos.cc', | 95 'test-mementos.cc', |
96 'test-mutex.cc', | 96 'test-mutex.cc', |
97 'test-object-observe.cc', | 97 'test-object-observe.cc', |
98 'test-ordered-hash-table.cc', | 98 'test-ordered-hash-table.cc', |
| 99 'test-ostreams.cc', |
99 'test-parsing.cc', | 100 'test-parsing.cc', |
100 'test-platform.cc', | 101 'test-platform.cc', |
101 'test-platform-tls.cc', | 102 'test-platform-tls.cc', |
102 'test-profile-generator.cc', | 103 'test-profile-generator.cc', |
103 'test-random-number-generator.cc', | 104 'test-random-number-generator.cc', |
104 'test-regexp.cc', | 105 'test-regexp.cc', |
105 'test-reloc-info.cc', | 106 'test-reloc-info.cc', |
106 'test-representation.cc', | 107 'test-representation.cc', |
107 'test-semaphore.cc', | 108 'test-semaphore.cc', |
108 'test-serialize.cc', | 109 'test-serialize.cc', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 '<@(_outputs)', | 258 '<@(_outputs)', |
258 'TEST', # type | 259 'TEST', # type |
259 'off', # compression | 260 'off', # compression |
260 '<@(file_list)', | 261 '<@(file_list)', |
261 ], | 262 ], |
262 } | 263 } |
263 ], | 264 ], |
264 }, | 265 }, |
265 ], | 266 ], |
266 } | 267 } |
OLD | NEW |