Title: [146707] trunk/Source/_javascript_Core
Revision
146707
Author
[email protected]
Date
2013-03-22 20:12:51 -0700 (Fri, 22 Mar 2013)

Log Message

I really can't figure out what's wrong with this one.
Temporarily disable the test added by r146682 on Windows since it doesn't compile.

* API/tests/testapi.c:
(main):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/tests/testapi.c (146706 => 146707)


--- trunk/Source/_javascript_Core/API/tests/testapi.c	2013-03-23 03:09:49 UTC (rev 146706)
+++ trunk/Source/_javascript_Core/API/tests/testapi.c	2013-03-23 03:12:51 UTC (rev 146707)
@@ -134,6 +134,7 @@
     JSStringRelease(valueAsString);
 }
 
+#if !OS(WIN)
 static int leakedObject = 1;
 
 static void leakFinalize(JSObjectRef object)
@@ -188,6 +189,7 @@
 
     JSClassRelease(leakClass);
 }
+#endif
 
 static bool timeZoneIsPST()
 {
@@ -1742,7 +1744,9 @@
         free(scriptUTF8);
     }
 
+#if !OS(WIN)
     testLeakingPrototypesAcrossContexts();
+#endif
 
     // Clear out local variables pointing at JSObjectRefs to allow their values to be collected
     function = NULL;

Modified: trunk/Source/_javascript_Core/ChangeLog (146706 => 146707)


--- trunk/Source/_javascript_Core/ChangeLog	2013-03-23 03:09:49 UTC (rev 146706)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-03-23 03:12:51 UTC (rev 146707)
@@ -1,5 +1,13 @@
 2013-03-22  Ryosuke Niwa  <[email protected]>
 
+        I really can't figure out what's wrong with this one.
+        Temporarily disable the test added by r146682 on Windows since it doesn't compile.
+
+        * API/tests/testapi.c:
+        (main):
+
+2013-03-22  Ryosuke Niwa  <[email protected]>
+
         Another build fix (after r146693) for r146682.
 
         * _javascript_Core.vcproj/_javascript_Core/_javascript_CoreExports.def:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to