OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'test-bignum.cc', | 49 'test-bignum.cc', |
50 'test-bignum-dtoa.cc', | 50 'test-bignum-dtoa.cc', |
51 'test-circular-queue.cc', | 51 'test-circular-queue.cc', |
52 'test-compiler.cc', | 52 'test-compiler.cc', |
53 'test-conversions.cc', | 53 'test-conversions.cc', |
54 'test-cpu-profiler.cc', | 54 'test-cpu-profiler.cc', |
55 'test-dataflow.cc', | 55 'test-dataflow.cc', |
56 'test-debug.cc', | 56 'test-debug.cc', |
57 'test-decls.cc', | 57 'test-decls.cc', |
58 'test-deoptimization.cc', | 58 'test-deoptimization.cc', |
| 59 'test-dictionary.cc', |
59 'test-diy-fp.cc', | 60 'test-diy-fp.cc', |
60 'test-double.cc', | 61 'test-double.cc', |
61 'test-dtoa.cc', | 62 'test-dtoa.cc', |
62 'test-fast-dtoa.cc', | 63 'test-fast-dtoa.cc', |
63 'test-fixed-dtoa.cc', | 64 'test-fixed-dtoa.cc', |
64 'test-flags.cc', | 65 'test-flags.cc', |
65 'test-func-name-inference.cc', | 66 'test-func-name-inference.cc', |
66 'test-hashmap.cc', | 67 'test-hashmap.cc', |
67 'test-heap.cc', | 68 'test-heap.cc', |
68 'test-heap-profiler.cc', | 69 'test-heap-profiler.cc', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 }], | 128 }], |
128 [ 'OS=="win"', { | 129 [ 'OS=="win"', { |
129 'sources': [ | 130 'sources': [ |
130 'test-platform-win32.cc', | 131 'test-platform-win32.cc', |
131 ], | 132 ], |
132 }], | 133 }], |
133 ], | 134 ], |
134 }, | 135 }, |
135 ], | 136 ], |
136 } | 137 } |
OLD | NEW |