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

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

Issue 8512004: Fixing generated hash function on all platforms. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « src/x64/code-stubs-x64.cc ('k') | test/cctest/test-hashing.cc » ('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 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'test-decls.cc', 61 'test-decls.cc',
62 'test-deoptimization.cc', 62 'test-deoptimization.cc',
63 'test-dictionary.cc', 63 'test-dictionary.cc',
64 'test-diy-fp.cc', 64 'test-diy-fp.cc',
65 'test-double.cc', 65 'test-double.cc',
66 'test-dtoa.cc', 66 'test-dtoa.cc',
67 'test-fast-dtoa.cc', 67 'test-fast-dtoa.cc',
68 'test-fixed-dtoa.cc', 68 'test-fixed-dtoa.cc',
69 'test-flags.cc', 69 'test-flags.cc',
70 'test-func-name-inference.cc', 70 'test-func-name-inference.cc',
71 'test-hashing.cc',
71 'test-hashmap.cc', 72 'test-hashmap.cc',
72 'test-heap.cc', 73 'test-heap.cc',
73 'test-heap-profiler.cc', 74 'test-heap-profiler.cc',
74 'test-list.cc', 75 'test-list.cc',
75 'test-liveedit.cc', 76 'test-liveedit.cc',
76 'test-lock.cc', 77 'test-lock.cc',
77 'test-lockers.cc', 78 'test-lockers.cc',
78 'test-log.cc', 79 'test-log.cc',
79 'test-mark-compact.cc', 80 'test-mark-compact.cc',
80 'test-parsing.cc', 81 'test-parsing.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 '<@(_outputs)', 190 '<@(_outputs)',
190 'TEST', # type 191 'TEST', # type
191 'off', # compression 192 'off', # compression
192 '<@(file_list)', 193 '<@(file_list)',
193 ], 194 ],
194 } 195 }
195 ], 196 ],
196 }, 197 },
197 ], 198 ],
198 } 199 }
OLDNEW
« no previous file with comments | « src/x64/code-stubs-x64.cc ('k') | test/cctest/test-hashing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698