1. ac83771 Removed -batch module from web.disableMetaData tests to try to fix a build by zundel@google.com · 16 years ago
  2. 595dcdc Temporarily commented out test.web.htmlunit target by amitmanjhi@google.com · 16 years ago
  3. ea90ee9 Fixed the library path. by amitmanjhi@google.com · 16 years ago
  4. fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
  5. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  6. 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
  7. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  8. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago
  9. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  10. 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
  11. 8406336 Making test.noserver actually use -noserver. by fabbott@google.com · 16 years ago
  12. f78c54b Changed the ant test timeout to a property so it can be overridden on slower computers... such as our test machines. by jlabanca@google.com · 16 years ago
  13. b39b79c Add an escape hatch to CompilingClassLoader to allow individual "client" classes to be loaded from bytecode on the classpath and escape the module's source path jail. by bobv@google.com · 16 years ago
  14. 71e72af Ant top-level target rework to allow single-platform use. Not that whereas "ant build" used to imply, by dependence through -do, "dist", it is now just building (and the default target is changed to "dist"). For develepment work, consider "ant dist-dev" to build a single-platform distribution without docs or samples. For single-platform work, consider "ant dist-one" (or "ant buildonly," which now does only one platform). by fabbott@google.com · 16 years ago
  15. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  16. c20887d Extend test timeout to 3 hrs, 'cause our robot machine is slow. by fabbott@google.com · 16 years ago
  17. 834745e Fixing the duplicate emma test drivers: only test.hosted.emma remains, not the implicit emma test in test.hosted. Its output is (correctly) $os-hosted-mode-emma, not $os-hosted-mode. by fabbott@google.com · 16 years ago
  18. 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
  19. d0b00f8 Adds a test for -noserver hosted mode. by spoon@google.com · 16 years ago
  20. a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
  21. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  22. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  23. 399b564 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  24. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  25. 62773b1 Adds a -draftCompile flag to the compiler. by bobv@google.com · 16 years ago
  26. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  27. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  28. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  29. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  30. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  31. 0e2dc628 by fabbott@google.com · 17 years ago
  32. 193f2c7 A user has had a conflict with the selenium classes I bundled into gwt-user.jar and requested that we remove them. by zundel@google.com · 17 years ago
  33. 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
  34. bbaea02 Updated the gwt.junit and gwt.javac for user tests to get access to shared test code from dev/core/test. Fixes build break at r2857. by mmendez@google.com · 17 years ago
  35. 312bd34 Bumping limit on test runs to 2 hours since we're currently failing by gwt.team.knorton · 17 years ago
  36. 9ddb1f1 Merging long emulation branch into trunk. Longs are now emulated in web mode as a pair of doubles, representing the upper and lower 32 by scottb@google.com · 17 years ago
  37. 4ca1b43 propertyregex doesn't work in this case, just require that gwt.remote.browsers includes rmi:// for each host. by gwt.team.bobv · 17 years ago
  38. 7704291 Run all remoteweb targets in parallel in a single JVM instead of serially across multiple JVMs. by gwt.team.bobv · 17 years ago
  39. 799633f Add GWTTestSuite to bin GWTTestCases to minimize the number of times the test cases must switch between GWT Modules. by gwt.team.bobv · 17 years ago
  40. 326928a Use implicit ports. by scottb@google.com · 17 years ago
  41. 00a2b3c - Renames the abstract JDelegatingClassTypeTest so the build system won't try to run it directly. by gwt.team.scottb · 17 years ago
  42. 0ddceab Applies checkstyle to gwt-user source files. by gwt.team.scottb · 18 years ago
  43. 1b74701 This patch fixes two small issues relating to the benchmarking commit, r813. The first is a style issue identified by scottb. The second is to exclude the ParallelRemoteTest TestCase from the web mode test set. It was already being excluded from the hosted mode test set. This test needs to be run manually because it checks that each test failure for remote parallel tests ends up being reported to JUnit. by gwt.team.mmendez · 18 years ago
  44. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  45. d9ab684 Whitespacing fix. by gwt.team.scottb · 18 years ago
  46. 0ba08e8 Temporarily disables AbsolutePanelTest (due to Safari regression) by gwt.team.knorton · 18 years ago
  47. 764ec74 The following patch allows a user to specify which GWTTestCases under trunk/user/test should be executed by "ant test". The user can specify a comma delimited list of filters via the gwt.junit.testcase.includes property. If this property is not specified the default of "**/*Test.class" is used. For example, to only run com.google.gwt.dev.jjs.test.CompilerTest, you would execute: by gwt.team.mmendez · 18 years ago
  48. 5b5e634 This is a simple change to the user tests to enable a command line user to by gwt.team.scottb · 18 years ago
  49. f0a06d0 Fix issue 545 (build fails on ant 1.7) by gwt.team.jat · 18 years ago
  50. e18b95c Added some necessary references to the JUnit jar. Reviewed by gwt.team.jat by gwt.team.scottb · 18 years ago
  51. c4700b8 Optimized build; removed crazy unjar stuff. by gwt.team.scottb · 18 years ago
  52. b8fc337 Excluding package.html from jars. by gwt.team.scottb · 18 years ago
  53. 9fba66c Autoformat by gwt.team.scottb · 18 years ago
  54. ac0bccb Disabled some bad test cases: things involving Long.*_VALUE, Date and FormPanelTests by gwt.team.mmendez · 18 years ago
  55. d0f6c56 Fixed distributions jars to (mostly) match 1.2.22. by gwt.team.scottb · 18 years ago
  56. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  57. 99f280b Updates to execute hosted, web, and remoteweb tests by gwt.team.mmendez · 18 years ago
  58. c2a336d Minor cleanup. by gwt.team.scottb · 18 years ago
  59. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  60. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago