Title: [122606] trunk
- Revision
- 122606
- Author
- [email protected]
- Date
- 2012-07-13 10:57:47 -0700 (Fri, 13 Jul 2012)
Log Message
enable TestWebKitAPI/webkit_unit_tests apk on x86 android platform by adding abi support
https://bugs.webkit.org/show_bug.cgi?id=91194
Patch by Wei James <[email protected]> on 2012-07-13
Reviewed by Adam Barth.
Source/WebKit/chromium:
* WebKitUnitTests.gyp:
Tools:
* TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (122605 => 122606)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-07-13 17:55:09 UTC (rev 122605)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-07-13 17:57:47 UTC (rev 122606)
@@ -1,3 +1,12 @@
+2012-07-13 Wei James <[email protected]>
+
+ enable TestWebKitAPI/webkit_unit_tests apk on x86 android platform by adding abi support
+ https://bugs.webkit.org/show_bug.cgi?id=91194
+
+ Reviewed by Adam Barth.
+
+ * WebKitUnitTests.gyp:
+
2012-07-13 Dana Jansens <[email protected]>
webkit_unit_test CCLayerTreeHostImplTest.testRemoveRenderPasses started failing.
Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (122605 => 122606)
--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp 2012-07-13 17:55:09 UTC (rev 122605)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp 2012-07-13 17:57:47 UTC (rev 122606)
@@ -173,7 +173,9 @@
'<(PRODUCT_DIR)/webkit_unit_tests_apk',
'--ant-args',
'-DPRODUCT_DIR=<(ant_build_out)',
- '--ant-compile'
+ '--ant-compile',
+ '--app_abi',
+ '<(android_app_abi)',
],
}],
}],
Modified: trunk/Tools/ChangeLog (122605 => 122606)
--- trunk/Tools/ChangeLog 2012-07-13 17:55:09 UTC (rev 122605)
+++ trunk/Tools/ChangeLog 2012-07-13 17:57:47 UTC (rev 122606)
@@ -1,3 +1,12 @@
+2012-07-13 Wei James <[email protected]>
+
+ enable TestWebKitAPI/webkit_unit_tests apk on x86 android platform by adding abi support
+ https://bugs.webkit.org/show_bug.cgi?id=91194
+
+ Reviewed by Adam Barth.
+
+ * TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
+
2012-07-13 Simon Pena <[email protected]>
[GTK] Gardening: update API tests skipped list
Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp (122605 => 122606)
--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp 2012-07-13 17:55:09 UTC (rev 122605)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp 2012-07-13 17:57:47 UTC (rev 122606)
@@ -133,7 +133,9 @@
'<(PRODUCT_DIR)/TestWebKitAPI_apk',
'--ant-args',
'-DPRODUCT_DIR=<(ant_build_out)',
- '--ant-compile'
+ '--ant-compile',
+ '--app_abi',
+ '<(android_app_abi)',
],
}],
}],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes