- From: Roland Gülle <roland@7val.com>
- Date: Sun, 23 Sep 2007 12:16:14 +0200
- To: Sean Owen <srowen@google.com>
- Cc: public-mobileok-checker <public-mobileok-checker@w3.org>
> Let it run a while? I just committed a change that will show you when > each test starts, and from that I see that tests are running, just > quite slowly. Performance does remain a problem here. Thanks, it works. Before I have let it run for 10 minutes and nothing happens. But now with more feedback it's OK. Also thanks for updating the moki.xml in the test directories. > I noticed that things run much much faster in Java 6, at least on my > Mac. This is generally surprising since Apple only has a developer > preview of Java 6 available and it is not optimized and generally much > slower than their version of 5. There must be something a bit > different about its libraries. > > Anyway... I don't think we can or should require Java 6 yet but I'd be > curious if, Roland, you can reproduce this too? much faster in Java 6? > if so then it'll be worth tracing it down to a library version > difference or something. mmmh - nope, it doesn't feel faster. But now I get some build warnings ( javac 1.6.0-dp) : ------------- [javac] /Users/roland/cvs/w3c/2007/mobileok-ref/test/src/org/w3c/ mwi/mobileok/basic/NoHeadersHTTPServletResponse.java:9: warning: [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated [javac] final class NoHeadersHTTPServletResponse extends HttpServletResponseWrapper { [javac] ^ [javac] /Users/roland/cvs/w3c/2007/mobileok-ref/test/src/org/w3c/ mwi/mobileok/basic/NoHeadersHTTPServletResponse.java:9: warning: [deprecation] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated [javac] final class NoHeadersHTTPServletResponse extends HttpServletResponseWrapper { [javac] ^ [javac] /Users/roland/cvs/w3c/2007/mobileok-ref/test/src/org/w3c/ mwi/mobileok/basic/NoHeadersHTTPServletResponse.java:9: warning: [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated [javac] final class NoHeadersHTTPServletResponse extends HttpServletResponseWrapper { [javac] ^ [javac] 3 warnings -------------- roland
Received on Sunday, 23 September 2007 10:16:29 UTC