v8/test/base-unittests
bmeurer@chromium.org 90c8932596 Replace our homegrown ARRAY_SIZE() with Chrome's arraysize().
Our own ARRAY_SIZE() was pretty bad at error checking. If you use
arrasize() in a wrong way, the compiler will issue an error instead of
silently doing the wrong thing. The previous ARRAY_SIZE() macro is still
available as ARRAYSIZE_UNSAFE() similar to Chrome.

R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23389 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-26 09:19:24 +00:00
..
platform Replace our homegrown ARRAY_SIZE() with Chrome's arraysize(). 2014-08-26 09:19:24 +00:00
utils Refactor unit tests for the base library to use GTest. 2014-08-06 09:35:21 +00:00
base-unittests.gyp Migrate test-semaphore to base-unittests. 2014-08-22 08:52:40 +00:00
base-unittests.status Refactor unit tests for the base library to use GTest. 2014-08-06 09:35:21 +00:00
bits-unittest.cc Rename CountSetBits32 to CountPopulation32 for consistency. 2014-08-25 04:24:39 +00:00
cpu-unittest.cc Refactor unit tests for the base library to use GTest. 2014-08-06 09:35:21 +00:00
DEPS [turbofan] Introduce WordRor machine operator. 2014-08-14 09:07:58 +00:00
testcfg.py Fix parsing of --gtest_list_tests output. 2014-08-21 12:36:00 +00:00