Merges XYZpart suites and divide RequestFactory suite.
We no longer need manual grouping of the tests as we enabled
sharding.
Sharding breaks RequestFactory suite due to some tests
in EditorTest was interferring with each other in an untrivial
way so I just created a seperate Suite for RequestFactory/Editor
integration.
Also this patch enables the sharding for dev/CompilerTest.
Change-Id: I628c60d9b1d95e1faa4ab7add1ba4204c43ae1a0
Review-Link: https://gwt-review.googlesource.com/#/c/12120/
diff --git a/dev/BUILD b/dev/BUILD
index 33e8828..3f95d37 100644
--- a/dev/BUILD
+++ b/dev/BUILD
@@ -329,6 +329,7 @@
GwtTestSuites(
name = "tests",
jvm_flags = ["-ea"],
+ sharding = {"dev.CompilerTest": 12},
srcjars = [":dev-test-code"],
tests = GWT_DEV_TESTS,
)