summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/FsUtils.java
AgeCommit message (Collapse)Author
2013-08-25Remove WebViewClassic specific test codeJonathan Dixon
Bug: 10427705 These tested internals of WebViewClassic and will no longer build when that is removed Change-Id: I42af538dcb0343e9eff0b3fa85d7ff39f19c7c61
2012-01-20Revert "Use port 18000 instead of 8000 for layout tests"Guang Zhu
port 8000 is no longer being occupied, plus this approach never worked 100% because some pages have access to port 8000 hard coded in HTML This reverts commit e2b9d7f2f027907c7dcdbfb9e99297ff799ce482
2011-08-19Use port 18000 instead of 8000 for layout testsGuang Zhu
Apparently some system process is occupying this port now Change-Id: Iaed4c64d7a8ab41830588d91f5deab1caadfdcdd
2011-01-12change webkit test data pathGuang Zhu
path changed from "/sdcard/android/" to "/sdcard/webkit/". the old path clashes with "/sdcard/Android/" and has some odd issues under FUSE Change-Id: I57102dca99612bdd7b4d1f196e43436cd1276281
2010-07-29resolved conflicts for merge of 8a76a908 to masterJean-Baptiste Queru
Change-Id: I8983d5c93dfa12d87449ac9f9a17a5aafdadef0a
2010-07-19Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer
Change-Id: I9a7413f81090b69c82ca6b1e585f5e379b19e60c
2010-07-09Update the file filter in DumpRenderTree (and DumpRenderTree2) so thatBen Murdoch
we run tests in .xhtml files. Change-Id: I2af0bd29acef5bafa9dee9292aafc18d77a84080
2010-06-03DumpRenderTree changesBen Murdoch
- Make the layout test counter work when you run tests through the GUI - Use the progress bar in the applications title bar to display test progress Change-Id: I3d4b778470e812b80b7a64297b3a64ba6f9d083c
2010-03-11Adds to DumpRenderTree the ability to ignore the results of testsSteve Block
Change-Id: I7c16d9713fc35c773b810f9d5ce6700f8d9a28e4
2010-02-19Ignore TEMPLATE.html in LayoutTest directoriesSteve Block
Change-Id: I5b1bbd915a569568db368d678a5cc32309fd7be5
2009-12-02Add support for extracting render time and image in page cyclerGuang Zhu
2009-11-12Use a diff that ignores trailing whitespaces to get by some layout test ↵Guang Zhu
failures.
2009-09-15Refactor logic for starting forward servers and http test cases hacking, so ↵Guang Zhu
that they can be shared between automated test mode and UI launch mode.
2009-06-29Added a new operation mode where user can launch all tests under a folder ↵Guang Zhu
from test app ui.