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

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

Issue 526043002: Refactor libplatform unit tests to use GTest/GMock. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Integrate into test driver. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/libplatform/worker-thread-unittest.cc ('k') | test/cctest/test-libplatform.h » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'test-flags.cc', 120 'test-flags.cc',
121 'test-func-name-inference.cc', 121 'test-func-name-inference.cc',
122 'test-gc-tracer.cc', 122 'test-gc-tracer.cc',
123 'test-global-handles.cc', 123 'test-global-handles.cc',
124 'test-global-object.cc', 124 'test-global-object.cc',
125 'test-hashing.cc', 125 'test-hashing.cc',
126 'test-hashmap.cc', 126 'test-hashmap.cc',
127 'test-heap.cc', 127 'test-heap.cc',
128 'test-heap-profiler.cc', 128 'test-heap-profiler.cc',
129 'test-hydrogen-types.cc', 129 'test-hydrogen-types.cc',
130 'test-libplatform-default-platform.cc',
131 'test-libplatform-task-queue.cc',
132 'test-libplatform-worker-thread.cc',
133 'test-list.cc', 130 'test-list.cc',
134 'test-liveedit.cc', 131 'test-liveedit.cc',
135 'test-lockers.cc', 132 'test-lockers.cc',
136 'test-log.cc', 133 'test-log.cc',
137 'test-microtask-delivery.cc', 134 'test-microtask-delivery.cc',
138 'test-mark-compact.cc', 135 'test-mark-compact.cc',
139 'test-mementos.cc', 136 'test-mementos.cc',
140 'test-object-observe.cc', 137 'test-object-observe.cc',
141 'test-ordered-hash-table.cc', 138 'test-ordered-hash-table.cc',
142 'test-ostreams.cc', 139 'test-ostreams.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '<@(_outputs)', 297 '<@(_outputs)',
301 'TEST', # type 298 'TEST', # type
302 'off', # compression 299 'off', # compression
303 '<@(file_list)', 300 '<@(file_list)',
304 ], 301 ],
305 } 302 }
306 ], 303 ],
307 }, 304 },
308 ], 305 ],
309 } 306 }
OLDNEW
« no previous file with comments | « src/libplatform/worker-thread-unittest.cc ('k') | test/cctest/test-libplatform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698