1. 4af1306 Adding properties to the user test targets to prevent parallel compiles, as we already did with the main test target. by jlabanca@google.com · 15 years ago
  2. 481db2d Adding option to set a specific threadCount for ant test targets. by jlabanca@google.com · 15 years ago
  3. 277d0ee Removing -precompile option from all test targets because it can cause sporadic failures in timed, asynchronous tests. by jlabanca@google.com · 15 years ago
  4. f780b7a Adding more parallization of test targets, preventing compilation for each target, and adding option to selectively disable targets. by jlabanca@google.com · 15 years ago
  5. 3d3977f Fix another mistake, this time in test.nometa.remote. by jat@google.com · 15 years ago
  6. 8cf77ce Increase timeout from 3 hours to 4, since Mac tests don't finish in by jat@google.com · 15 years ago
  7. 2bc5a3b Fix incorrect test reference. by jat@google.com · 15 years ago
  8. 2c4da86 Removed two unnecessary lines that were re-defining a property by amitmanjhi@google.com · 15 years ago
  9. c5a6ead The test target in user now runs sequentially because browser manager queues up too many requests in parallel. by jlabanca@google.com · 15 years ago
  10. 66eac84 Removing emma exclusions from build file now that we removed the line that triggers a javac bug in CoverageTest. by jlabanca@google.com · 15 years ago
  11. 57b6940 Clean up formatting and ant -p output in ant build files. by jat@google.com · 15 years ago
  12. 40d05b0 Fix error changing -draftCompile to just -draft when rearranging ant rules. by jat@google.com · 15 years ago
  13. bf79ddb Rearrange ant test targets. by jat@google.com · 15 years ago
  14. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  15. bd20228 Like the other tests, test.remoteweb & .selenium should depend on compile & compile.tests, so they can run in isolation. Also, it's been long enough to discard the deprecated targets. by fabbott@google.com · 15 years ago
  16. 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 15 years ago
  17. 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. by jlabanca@google.com · 15 years ago
  18. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  19. 5a06568 Fix inadvertent removal of -batch module from remoteweb and selenium tests. by jat@google.com · 15 years ago
  20. 720a2da Add -web to Selenium and RemoteWeb tests (otherwise the browsers have to have by jat@google.com · 15 years ago
  21. da699cb Disabled batch mode for test.noserver, test.web.draft, test.web.disableClassMetaData, test.hosted.emma by amitmanjhi@google.com · 15 years ago
  22. 8564810 Turning off the batch mode for test.hosted and test.web targets by amitmanjhi@google.com · 16 years ago
  23. acf97d3 Fix leftover path for dev/core compilation results. by jat@google.com · 16 years ago
  24. c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 16 years ago
  25. 24d9723 Fixes a bug where JUnitShell does not respect @DoNotRunWith annotations. by jlabanca@google.com · 16 years ago
  26. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  27. bc2b41b Adds a new option (-precompile) to JUnitShell to compile test modules before or during test runs, decreasing overall test time. Also adds the -userAgents option to specify remote browser user agents ahead of time, decreasing the number of permutations that need to be compiled for remote tests. by jlabanca@google.com · 16 years ago
  28. 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
  29. 5c12f74 Removing HtmlUnit from ant test target until the tests are more reliable. Also fixed a checkstyle error and a minor bug in a couple of tests. by jlabanca@google.com · 16 years ago
  30. 171f3f5 Removes javax/servlet/*.java source files from gwt-user.jar. by scottb@google.com · 16 years ago
  31. 1d4cf5b Re-introduces c5892 that rolled htmlunit dependencies in gwt_dev_jar and by amitmanjhi@google.com · 16 years ago
  32. d763031 Re-introducing c5890 and c5891, which updated the htmlunit dependencies and by amitmanjhi@google.com · 16 years ago
  33. 3ad5d68 Fixing the testcases parameter to gwt.junit in the test.web.htmlunit target. They currently point to default.web.tests, which were removed. by jlabanca@google.com · 16 years ago
  34. 2ac41c2 Reverting changes 5889 through 5892 in tools and trunk, due to build breakage by rjrjr@google.com · 16 years ago
  35. e71fee9 (i) Pulls htmlunit dependencies in gwt_dev_jar by amitmanjhi@google.com · 16 years ago
  36. 4f92dc0 Updates the htmlunit dependencies and restores the test.web.htmlunit test target. by amitmanjhi@google.com · 16 years ago
  37. 26cdec5 Turn on batching mode for disableClassMetaData and draftCompile, now that John by amitmanjhi@google.com · 16 years ago
  38. 8124456 This patch adds emma code coverage statistics to the output of an ant test when emma.enabled is set. by jlabanca@google.com · 16 years ago
  39. ac83771 Removed -batch module from web.disableMetaData tests to try to fix a build by zundel@google.com · 16 years ago
  40. 595dcdc Temporarily commented out test.web.htmlunit target by amitmanjhi@google.com · 16 years ago
  41. ea90ee9 Fixed the library path. by amitmanjhi@google.com · 16 years ago
  42. fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
  43. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  44. 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
  45. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  46. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago
  47. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  48. 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
  49. 8406336 Making test.noserver actually use -noserver. by fabbott@google.com · 16 years ago
  50. 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
  51. 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
  52. 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
  53. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  54. c20887d Extend test timeout to 3 hrs, 'cause our robot machine is slow. by fabbott@google.com · 16 years ago
  55. 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
  56. 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
  57. d0b00f8 Adds a test for -noserver hosted mode. by spoon@google.com · 16 years ago
  58. a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
  59. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  60. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  61. 399b564 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  62. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  63. 62773b1 Adds a -draftCompile flag to the compiler. by bobv@google.com · 16 years ago
  64. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  65. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  66. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  67. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  68. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  69. 0e2dc628 by fabbott@google.com · 17 years ago
  70. 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
  71. 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
  72. 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
  73. 312bd34 Bumping limit on test runs to 2 hours since we're currently failing by gwt.team.knorton · 17 years ago
  74. 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
  75. 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
  76. 7704291 Run all remoteweb targets in parallel in a single JVM instead of serially across multiple JVMs. by gwt.team.bobv · 17 years ago
  77. 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
  78. 326928a Use implicit ports. by scottb@google.com · 17 years ago
  79. 00a2b3c - Renames the abstract JDelegatingClassTypeTest so the build system won't try to run it directly. by gwt.team.scottb · 17 years ago
  80. 0ddceab Applies checkstyle to gwt-user source files. by gwt.team.scottb · 18 years ago
  81. 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
  82. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  83. d9ab684 Whitespacing fix. by gwt.team.scottb · 18 years ago
  84. 0ba08e8 Temporarily disables AbsolutePanelTest (due to Safari regression) by gwt.team.knorton · 18 years ago
  85. 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
  86. 5b5e634 This is a simple change to the user tests to enable a command line user to by gwt.team.scottb · 18 years ago
  87. f0a06d0 Fix issue 545 (build fails on ant 1.7) by gwt.team.jat · 18 years ago
  88. e18b95c Added some necessary references to the JUnit jar. Reviewed by gwt.team.jat by gwt.team.scottb · 18 years ago
  89. c4700b8 Optimized build; removed crazy unjar stuff. by gwt.team.scottb · 18 years ago
  90. b8fc337 Excluding package.html from jars. by gwt.team.scottb · 18 years ago
  91. 9fba66c Autoformat by gwt.team.scottb · 18 years ago
  92. ac0bccb Disabled some bad test cases: things involving Long.*_VALUE, Date and FormPanelTests by gwt.team.mmendez · 18 years ago
  93. d0f6c56 Fixed distributions jars to (mostly) match 1.2.22. by gwt.team.scottb · 18 years ago
  94. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  95. 99f280b Updates to execute hosted, web, and remoteweb tests by gwt.team.mmendez · 18 years ago
  96. c2a336d Minor cleanup. by gwt.team.scottb · 18 years ago
  97. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  98. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago