v8/test/unittests
svenpanne 71bb00e261 Consistently use only one of virtual/OVERRIDE/FINAL.
FINAL implies OVERRIDE, which in turn implies virtual, so there's no need to use
more than one of these. The Google C++ style guide even requires this, see
http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Inheritance.

While we're here, port r24662 to x87.

The net result is that v8 compiles again with a current clang.

BUG=v8:3753
LOG=y

Review URL: https://codereview.chromium.org/797943002

Cr-Commit-Position: refs/heads/master@{#25792}
2014-12-12 10:44:25 +00:00
..
base Fix platform unittests. 2014-11-25 07:22:00 +00:00
compiler Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
heap Use deadline in IdleNotification. 2014-11-28 10:59:24 +00:00
libplatform Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
char-predicates-unittest.cc Conform to the unittest naming convention. 2014-10-10 08:06:21 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
run-all-unittests.cc Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.". 2014-11-19 07:28:07 +00:00
test-utils.cc [turbofan] Add checked load/store operators. 2014-12-02 04:49:11 +00:00
test-utils.h [turbofan] Add checked load/store operators. 2014-12-02 04:49:11 +00:00
unittests.gyp Fix builds w/ component=="shared_library" and v8_use_external_startup_data==1. 2014-12-11 16:41:56 +00:00
unittests.status Fix platform unittests. 2014-11-25 07:22:00 +00:00