Fix typo in include/v8.h (issue 108) and mark test-spaces/LargeObjectSpace as flaky...
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Oct 2008 05:39:00 +0000 (05:39 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Oct 2008 05:39:00 +0000 (05:39 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@472 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

include/v8.h
test/cctest/cctest.status

index 2842c32..eba21f5 100644 (file)
@@ -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")))
index f1463f4..b3f71d9 100644 (file)
@@ -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