summaryrefslogtreecommitdiff
path: root/integration/test/src
Commit message (Collapse)AuthorAgeFilesLines
* - Swap client-server integer encoding over to a more standard format (32-bit)Li Haoyi2018-04-091-1/+1
| | | | | - Unit tests for client code using the new Java support - Make server auto-shutdown when the client version changes, to avoid stale-server confusion
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-1/+4
|
* Caffeine junit & testng suites seem to passLi Haoyi2018-04-091-5/+15
|
* Get first `caffeine.test` suite running in `CaffeineTests`Li Haoyi2018-04-091-0/+1
|
* First pass at a Caffeine integration build now works (only on Java 9 tho)Li Haoyi2018-04-084-3/+23
|
* WIP: Play json build (#182)Nikolay Tatarinov2018-03-284-3/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * play json build * build progress * add check task * try to make play json js build * scalariform and mima plugins in separate files. check mima * better error message for mima compatibility check * fix scala 2.10 compilation * license headers support * add jmh support * fix reformat on compile; fix code validation; extract base module * remove scala 2.13 from cross versions * include play-json in integration tests * add example .travis.yml * bring back scala 2.13 support * make reformat target, not command * add release task * update mill version in travis.yml * update release script * update release process * add README.md for play json build
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-102-5/+12
| | | | | | | | * Test mill using Java 9 (in addition to Java 8). * Use mill -i. * Fixed Java 9 path.
* - Fix UpickleTests' JS case when running forkedLi Haoyi2018-02-111-3/+4
| | | | - Shard out forked/local integration tests over the different `test-mill-*.sh` scripts, to try and reduce test times while maintaining coverage
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-118-7/+25
|
* add uPickle to our integration test suiteLi Haoyi2018-02-111-0/+23
|
* fix testsLi Haoyi2018-02-101-1/+1
|
* re-enable better-files test but with a newer version with offending ↵Li Haoyi2018-02-041-1/+5
| | | | CI-failure commented out
* disable better-files tests for now since they seem broken only in travisLi Haoyi2018-02-041-5/+1
|
* Extract out `ScriptTestSuite` from `IntegrationTestSuite` and use it to ↵Li Haoyi2018-01-281-24/+11
| | | | | | create a version of `JavaCompilerJarTests` that runs through our main method & script runner. This should let us catch a lot of bugs with `MainRunner` and friends quickly, without needing to run the slow integration tests
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests ↵Li Haoyi2018-01-261-0/+1
| | | | to validate the `dest` paths of overriden commands and overriden targets
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-205-0/+161
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests