Title: [102821] trunk/Tools
- Revision
- 102821
- Author
- [email protected]
- Date
- 2011-12-14 14:00:27 -0800 (Wed, 14 Dec 2011)
Log Message
Another attempt at fixing the Windows build.
Disable all the tests until I can figure out what's going on here.
* TestWebKitAPI/Tests/WTF/Functional.cpp:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (102820 => 102821)
--- trunk/Tools/ChangeLog 2011-12-14 21:53:43 UTC (rev 102820)
+++ trunk/Tools/ChangeLog 2011-12-14 22:00:27 UTC (rev 102821)
@@ -1,5 +1,13 @@
2011-12-14 Anders Carlsson <[email protected]>
+ Another attempt at fixing the Windows build.
+
+ Disable all the tests until I can figure out what's going on here.
+
+ * TestWebKitAPI/Tests/WTF/Functional.cpp:
+
+2011-12-14 Anders Carlsson <[email protected]>
+
Fix the Windows build.
Disable some of the tests for now.
Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/Functional.cpp (102820 => 102821)
--- trunk/Tools/TestWebKitAPI/Tests/WTF/Functional.cpp 2011-12-14 21:53:43 UTC (rev 102820)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/Functional.cpp 2011-12-14 22:00:27 UTC (rev 102821)
@@ -28,8 +28,6 @@
namespace TestWebKitAPI {
-// FIXME: Once we add FunctionWrapper specializations for __cdecl function types,
-// we can enable these tests on Windows.
#if !COMPILER(MSVC)
static int returnFortyTwo()
@@ -85,8 +83,6 @@
ASSERT_EQ(2, subtractTwoFromFourFunction());
}
-#endif // !COMPILER(MSVC)
-
class A {
public:
explicit A(int i)
@@ -111,4 +107,6 @@
ASSERT_EQ(25, function2());
}
+#endif // !COMPILER(MSVC)
+
} // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes