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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'test-flags.cc', | 72 'test-flags.cc', |
73 'test-func-name-inference.cc', | 73 'test-func-name-inference.cc', |
74 'test-global-handles.cc', | 74 'test-global-handles.cc', |
75 'test-global-object.cc', | 75 'test-global-object.cc', |
76 'test-hashing.cc', | 76 'test-hashing.cc', |
77 'test-hashmap.cc', | 77 'test-hashmap.cc', |
78 'test-heap.cc', | 78 'test-heap.cc', |
79 'test-heap-profiler.cc', | 79 'test-heap-profiler.cc', |
80 'test-list.cc', | 80 'test-list.cc', |
81 'test-liveedit.cc', | 81 'test-liveedit.cc', |
82 'test-lock.cc', | |
83 'test-lockers.cc', | 82 'test-lockers.cc', |
84 'test-log.cc', | 83 'test-log.cc', |
85 'test-mark-compact.cc', | 84 'test-mark-compact.cc', |
| 85 'test-mutex.cc', |
86 'test-object-observe.cc', | 86 'test-object-observe.cc', |
87 'test-parsing.cc', | 87 'test-parsing.cc', |
88 'test-platform.cc', | 88 'test-platform.cc', |
89 'test-platform-tls.cc', | 89 'test-platform-tls.cc', |
90 'test-profile-generator.cc', | 90 'test-profile-generator.cc', |
91 'test-random.cc', | 91 'test-random.cc', |
92 'test-regexp.cc', | 92 'test-regexp.cc', |
93 'test-reloc-info.cc', | 93 'test-reloc-info.cc', |
| 94 'test-semaphore.cc', |
94 'test-serialize.cc', | 95 'test-serialize.cc', |
95 'test-sockets.cc', | 96 'test-sockets.cc', |
96 'test-spaces.cc', | 97 'test-spaces.cc', |
97 'test-strings.cc', | 98 'test-strings.cc', |
98 'test-symbols.cc', | 99 'test-symbols.cc', |
99 'test-strtod.cc', | 100 'test-strtod.cc', |
100 'test-thread-termination.cc', | 101 'test-thread-termination.cc', |
101 'test-threads.cc', | 102 'test-threads.cc', |
102 'test-types.cc', | 103 'test-types.cc', |
103 'test-unbound-queue.cc', | 104 'test-unbound-queue.cc', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 '<@(_outputs)', | 209 '<@(_outputs)', |
209 'TEST', # type | 210 'TEST', # type |
210 'off', # compression | 211 'off', # compression |
211 '<@(file_list)', | 212 '<@(file_list)', |
212 ], | 213 ], |
213 } | 214 } |
214 ], | 215 ], |
215 }, | 216 }, |
216 ], | 217 ], |
217 } | 218 } |
OLD | NEW |