History log of /cts/libs/testserver/src/android/webkit/cts/CtsTestServer.java
Revision Date Author Comments
3e031d988df74a8be930219d5558505eb524d334 14-May-2012 Nick Kralevich <nnk@google.com> CtsTestServer: Don't always use one port

Don't always use port 4444 / 4445 for running the CTS
test server. This has the following advantages:

1) Tests can now be run in parallel.
2) Tests have different port numbers, helping eliminate interaction
between different tests.

Bug: 6392702
Change-Id: Ic7b2fa38117e0ffac8006e3516821bacaf01ace5
e2629274510d8c64d36516ebf4250e74d8a6c037 28-Mar-2012 Selim Gurun <sgurun@google.com> Add tests for data access issue.

Bug: 6212665

Verify whether bug is properly fixed for all browsers.

Change-Id: I3ff53b8596831cbfc6a9d0fbe54337ea28eed97d
471bedac26735afde9a872880376629848aa08cb 06-Mar-2012 Brian Muramatsu <btmura@google.com> Static Libs for Popular CTS Stub Components

com.android.cts.stub is growing very large. Split apart some of
the popular components into separate static libraries. This
should allow packages to depend on the components they need
rather than all of cts.stub.

Current code at the moment doesn't have to be changed, because
I have CtsTestStubs depending on these new shared libraries.
However, change the net package to depend on the ctstestserver
static library as a proof of concept rather than including
its source directly.

Change-Id: I32c54eab3ddfb1d4391d6ffc347fbc9cb2fe97f9