summaryrefslogtreecommitdiffstats
path: root/dom/src/test/java/org/w3c
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-02-16 14:30:31 -0800
committerJesse Wilson <jessewilson@google.com>2010-02-16 14:30:31 -0800
commit4547cd226e8cdbd8fdaf91cc1fc0c257084d36f1 (patch)
tree2cb0851b2de0a89124d1d86263e7d37a27c95cec /dom/src/test/java/org/w3c
parent6c231cf6815ba6427035e8e47fc36f9d1139d2fb (diff)
downloadlibcore-4547cd226e8cdbd8fdaf91cc1fc0c257084d36f1.zip
libcore-4547cd226e8cdbd8fdaf91cc1fc0c257084d36f1.tar.gz
libcore-4547cd226e8cdbd8fdaf91cc1fc0c257084d36f1.tar.bz2
Reverting our test runner's background building behaviour.
Our continuous build has been failing to complete lately. See: http://jwilson.mtv.corp.google.com:8080/job/master_passion/274/consoleFull In addition to this problem the continuous build is compiling many more tests ahead-of-time than we were originally - previously we would only have up to 4 tests ready-to-run at any given time. With this change the ExecutorCompletionService was building and installing all of the tests eagerly. I believe the problem might be a mismatch between how the BlockingQueue and the ExecutorCompletionService select which order to return futures. By removing the ExecutorCompletionService I remove the opportunity for such a conflict!
Diffstat (limited to 'dom/src/test/java/org/w3c')
0 files changed, 0 insertions, 0 deletions