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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'gay-fixed.cc', | 93 'gay-fixed.cc', |
94 'gay-precision.cc', | 94 'gay-precision.cc', |
95 'gay-shortest.cc', | 95 'gay-shortest.cc', |
96 'heap-tester.h', | 96 'heap-tester.h', |
97 'print-extension.cc', | 97 'print-extension.cc', |
98 'profiler-extension.cc', | 98 'profiler-extension.cc', |
99 'test-accessors.cc', | 99 'test-accessors.cc', |
100 'test-alloc.cc', | 100 'test-alloc.cc', |
101 'test-api.cc', | 101 'test-api.cc', |
102 'test-api.h', | 102 'test-api.h', |
103 'test-api-accessors.cc', | 103 # TODO(epertoso): re-enable the following test after the API change is |
| 104 # checked in. |
| 105 # 'test-api-accessors.cc', |
104 'test-api-interceptors.cc', | 106 'test-api-interceptors.cc', |
105 'test-array-list.cc', | 107 'test-array-list.cc', |
106 'test-ast.cc', | 108 'test-ast.cc', |
107 'test-ast-expression-visitor.cc', | 109 'test-ast-expression-visitor.cc', |
108 'test-asm-validator.cc', | 110 'test-asm-validator.cc', |
109 'test-atomicops.cc', | 111 'test-atomicops.cc', |
110 'test-bignum.cc', | 112 'test-bignum.cc', |
111 'test-bignum-dtoa.cc', | 113 'test-bignum-dtoa.cc', |
112 'test-bit-vector.cc', | 114 'test-bit-vector.cc', |
113 'test-circular-queue.cc', | 115 'test-circular-queue.cc', |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 '../../build/isolate.gypi', | 352 '../../build/isolate.gypi', |
351 ], | 353 ], |
352 'sources': [ | 354 'sources': [ |
353 'cctest.isolate', | 355 'cctest.isolate', |
354 ], | 356 ], |
355 }, | 357 }, |
356 ], | 358 ], |
357 }], | 359 }], |
358 ], | 360 ], |
359 } | 361 } |
OLD | NEW |