1. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  2. ffb28bb This patch switches all of our tests to standards mode, and adds all LayoutPanel tests to UISuite. Currently, we aren't running the LayoutPanel tests on our build system, so this change revealed a couple minor issues. LayoutImplIE6 has a bug that we already talked about. Standards mode tests currently do not even start in FF due to a parsing error. I added a common workaround to the junit-standards.html files. by jlabanca@google.com · 15 years ago
  3. c608a72 http://gwt-code-reviews.appspot.com/132817 by jgw@google.com · 15 years ago
  4. 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
  5. 1222504 New apps created with webAppCreator now defaults to standards mode. by jlabanca@google.com · 15 years ago
  6. 64c7be7 Replace JUnit's -web command-line flag with -prod (keeping -web as a deprecated synonym) by rice@google.com · 15 years ago
  7. 4a17d61 Wrapping selenium hosts in quotes so we can use spaces in the host names. by jlabanca@google.com · 15 years ago
  8. 7b7bf4b Fixes a regex expression in RunStyleSelenium to allow users to specify the path. by jlabanca@google.com · 15 years ago
  9. e60ddcc Change JUnit -standardsMode flag to -XstandardsMode and mark it as by rice@google.com · 15 years ago
  10. 2707b14 Adds a name to all gwt.junit test targets so we can easily tell which one failed. by jlabanca@google.com · 15 years ago
  11. 391ffa0 Strangely, this works better across platforms. by scottb@google.com · 15 years ago
  12. 6de9756 Add support for checkstyle of tests; checkstyle user/tests; fix existing errors. by scottb@google.com · 15 years ago
  13. 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
  14. 4c4d76d Adding properties to specify test args based on the compile type (dev/web and remote/selenium). Also readding the ability to specify test args on a test target basis, which was removed during the gwt 2.0 merge. These changes allow us to specify the user agents to compile for web mode, which will speed up builds considerably. by jlabanca@google.com · 15 years ago
  15. e77a714 Adding the missing -web option to test.nometa.remote target. by jlabanca@google.com · 15 years ago
  16. 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 · 16 years ago
  17. 481db2d Adding option to set a specific threadCount for ant test targets. by jlabanca@google.com · 16 years ago
  18. 277d0ee Removing -precompile option from all test targets because it can cause sporadic failures in timed, asynchronous tests. by jlabanca@google.com · 16 years ago
  19. f780b7a Adding more parallization of test targets, preventing compilation for each target, and adding option to selectively disable targets. by jlabanca@google.com · 16 years ago
  20. 3d3977f Fix another mistake, this time in test.nometa.remote. by jat@google.com · 16 years ago
  21. 8cf77ce Increase timeout from 3 hours to 4, since Mac tests don't finish in by jat@google.com · 16 years ago
  22. 2bc5a3b Fix incorrect test reference. by jat@google.com · 16 years ago
  23. 2c4da86 Removed two unnecessary lines that were re-defining a property by amitmanjhi@google.com · 16 years ago
  24. c5a6ead The test target in user now runs sequentially because browser manager queues up too many requests in parallel. by jlabanca@google.com · 16 years ago
  25. 66eac84 Removing emma exclusions from build file now that we removed the line that triggers a javac bug in CoverageTest. by jlabanca@google.com · 16 years ago
  26. 57b6940 Clean up formatting and ant -p output in ant build files. by jat@google.com · 16 years ago
  27. 40d05b0 Fix error changing -draftCompile to just -draft when rearranging ant rules. by jat@google.com · 16 years ago
  28. bf79ddb Rearrange ant test targets. by jat@google.com · 16 years ago
  29. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 16 years ago
  30. 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 · 16 years ago
  31. 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 16 years ago
  32. 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 · 16 years ago
  33. 52ac42b Merge up to trunk @r6200. by jat@google.com · 16 years ago
  34. 5a06568 Fix inadvertent removal of -batch module from remoteweb and selenium tests. by jat@google.com · 16 years ago
  35. 720a2da Add -web to Selenium and RemoteWeb tests (otherwise the browsers have to have by jat@google.com · 16 years ago
  36. da699cb Disabled batch mode for test.noserver, test.web.draft, test.web.disableClassMetaData, test.hosted.emma by amitmanjhi@google.com · 16 years ago
  37. 8564810 Turning off the batch mode for test.hosted and test.web targets by amitmanjhi@google.com · 16 years ago
  38. acf97d3 Fix leftover path for dev/core compilation results. by jat@google.com · 16 years ago
  39. c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 16 years ago
  40. 24d9723 Fixes a bug where JUnitShell does not respect @DoNotRunWith annotations. by jlabanca@google.com · 16 years ago
  41. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  42. 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
  43. 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
  44. 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
  45. 171f3f5 Removes javax/servlet/*.java source files from gwt-user.jar. by scottb@google.com · 16 years ago
  46. 1d4cf5b Re-introduces c5892 that rolled htmlunit dependencies in gwt_dev_jar and by amitmanjhi@google.com · 16 years ago
  47. d763031 Re-introducing c5890 and c5891, which updated the htmlunit dependencies and by amitmanjhi@google.com · 16 years ago
  48. 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
  49. 2ac41c2 Reverting changes 5889 through 5892 in tools and trunk, due to build breakage by rjrjr@google.com · 16 years ago
  50. e71fee9 (i) Pulls htmlunit dependencies in gwt_dev_jar by amitmanjhi@google.com · 16 years ago
  51. 4f92dc0 Updates the htmlunit dependencies and restores the test.web.htmlunit test target. by amitmanjhi@google.com · 16 years ago
  52. 26cdec5 Turn on batching mode for disableClassMetaData and draftCompile, now that John by amitmanjhi@google.com · 16 years ago
  53. 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
  54. ac83771 Removed -batch module from web.disableMetaData tests to try to fix a build by zundel@google.com · 16 years ago
  55. 595dcdc Temporarily commented out test.web.htmlunit target by amitmanjhi@google.com · 16 years ago
  56. ea90ee9 Fixed the library path. by amitmanjhi@google.com · 16 years ago
  57. fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
  58. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  59. 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
  60. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  61. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago
  62. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  63. 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
  64. 8406336 Making test.noserver actually use -noserver. by fabbott@google.com · 16 years ago
  65. 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
  66. 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
  67. 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
  68. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  69. c20887d Extend test timeout to 3 hrs, 'cause our robot machine is slow. by fabbott@google.com · 16 years ago
  70. 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
  71. 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
  72. d0b00f8 Adds a test for -noserver hosted mode. by spoon@google.com · 16 years ago
  73. a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
  74. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  75. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  76. 399b564 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  77. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  78. 62773b1 Adds a -draftCompile flag to the compiler. by bobv@google.com · 16 years ago
  79. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  80. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  81. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  82. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  83. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  84. 0e2dc628 by fabbott@google.com · 17 years ago
  85. 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
  86. 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
  87. 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
  88. 312bd34 Bumping limit on test runs to 2 hours since we're currently failing by gwt.team.knorton · 17 years ago
  89. 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
  90. 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
  91. 7704291 Run all remoteweb targets in parallel in a single JVM instead of serially across multiple JVMs. by gwt.team.bobv · 17 years ago
  92. 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
  93. 326928a Use implicit ports. by scottb@google.com · 17 years ago
  94. 00a2b3c - Renames the abstract JDelegatingClassTypeTest so the build system won't try to run it directly. by gwt.team.scottb · 17 years ago
  95. 0ddceab Applies checkstyle to gwt-user source files. by gwt.team.scottb · 18 years ago
  96. 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
  97. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  98. d9ab684 Whitespacing fix. by gwt.team.scottb · 18 years ago
  99. 0ba08e8 Temporarily disables AbsolutePanelTest (due to Safari regression) by gwt.team.knorton · 18 years ago
  100. 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