Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Side by Side Diff: test/cctest/cctest.gyp

Issue 2302283002: Forking the type system between Crankshaft & Turbofan. (Closed)
Patch Set: Nits. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/ast-types-fuzz.h ('k') | test/cctest/cctest.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'test-serialize.cc', 167 'test-serialize.cc',
168 'test-simd.cc', 168 'test-simd.cc',
169 'test-strings.cc', 169 'test-strings.cc',
170 'test-symbols.cc', 170 'test-symbols.cc',
171 'test-strtod.cc', 171 'test-strtod.cc',
172 'test-thread-termination.cc', 172 'test-thread-termination.cc',
173 'test-threads.cc', 173 'test-threads.cc',
174 'test-trace-event.cc', 174 'test-trace-event.cc',
175 'test-transitions.cc', 175 'test-transitions.cc',
176 'test-typedarrays.cc', 176 'test-typedarrays.cc',
177 'test-ast-types.cc',
177 'test-types.cc', 178 'test-types.cc',
178 'test-unbound-queue.cc', 179 'test-unbound-queue.cc',
179 'test-unboxed-doubles.cc', 180 'test-unboxed-doubles.cc',
180 'test-unique.cc', 181 'test-unique.cc',
181 'test-unscopables-hidden-prototype.cc', 182 'test-unscopables-hidden-prototype.cc',
182 'test-usecounters.cc', 183 'test-usecounters.cc',
183 'test-utils.cc', 184 'test-utils.cc',
184 'test-version.cc', 185 'test-version.cc',
185 'test-weakmaps.cc', 186 'test-weakmaps.cc',
186 'test-weaksets.cc', 187 'test-weaksets.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 '../../gypfiles/isolate.gypi', 488 '../../gypfiles/isolate.gypi',
488 ], 489 ],
489 'sources': [ 490 'sources': [
490 'cctest.isolate', 491 'cctest.isolate',
491 ], 492 ],
492 }, 493 },
493 ], 494 ],
494 }], 495 }],
495 ], 496 ],
496 } 497 }
OLDNEW
« no previous file with comments | « test/cctest/ast-types-fuzz.h ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698