Commit 1aee7c79 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Fix typo in include/v8.h (issue 108) and mark test-spaces/LargeObjectSpace as...

Fix typo in include/v8.h (issue 108) and mark test-spaces/LargeObjectSpace as flaky on ARM (issue 113). TBR=ager@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@472 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b314b46b
......@@ -78,7 +78,7 @@ typedef long long int64_t; // NOLINT
// Setup for Linux shared library export. There is no need to destinguish
// neither between building or using the V8 shared library nor between using
// the shared or static V8 library as there is on Windows. Therefore there is
// on checking of BUILDING_V8_SHARED and USING_V8_SHARED.
// no checking of BUILDING_V8_SHARED and USING_V8_SHARED.
#if defined(__GNUC__) && (__GNUC__ >= 4)
#define EXPORT __attribute__ ((visibility("default")))
#define EXPORT_INLINE __attribute__ ((visibility("default")))
......
......@@ -27,7 +27,7 @@
prefix cctest
# TODO(96) fix this flaky test
# BUG(96): Fix this flaky test.
test-debug/ThreadedDebugging: PASS || FAIL
[ $arch == arm ]
......@@ -35,3 +35,6 @@ test-debug/ThreadedDebugging: PASS || FAIL
test-debug: SKIP
test-serialize: SKIP
test-api: SKIP
# BUG(113): Test seems flaky on ARM.
test-spaces/LargeObjectSpace: PASS || FAIL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment