aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Disallow non-empty dotd files that do not end in a newline.Gravatar Janak Ramakrishnan2015-07-27
* Description redacted.Gravatar Laszlo Csomor2015-07-27
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Remove another method from FoundationTestCase; use a static import instead.Gravatar Ulf Adams2015-07-23
* Merge JunitTestUtils into MoreAsserts; update all callers.Gravatar Ulf Adams2015-07-23
* Removed ValidationTests#testLoadWithTooManySlashes() since it was an inferior...Gravatar Florian Weikert2015-07-21
* Added an additional test for empty actions in Skylark.Gravatar Florian Weikert2015-07-20
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Remove two methods from FoundationTestCase.Gravatar Ulf Adams2015-07-17
* Rewrite test to JUnit 4.Gravatar Ulf Adams2015-07-17
* Move another test into open source blaze.Gravatar Ulf Adams2015-07-17
* Give Dependency a valid equals/hashCode/toString set.Gravatar Michael Staib2015-07-16
* Pass filter for what events should be stored in the Skyframe graph into the P...Gravatar Janak Ramakrishnan2015-07-16
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Added tests for [] (invalid double slashes in load statements)Gravatar Florian Weikert2015-07-10
* Improve error reporting in tests when there's an actual event/expected event ...Gravatar Janak Ramakrishnan2015-07-10
* Adds gen jar and manifest proto outputs.Gravatar Alex Humesky2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Open source tests for android/ziputils.Gravatar Han-Wen Nienhuys2015-07-07
* Allow Skylark rules to be private.Gravatar Laurent Le Brun2015-07-07
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* MethodLibraryTest: Implemented an alternative approach that reduces duplicate...Gravatar Florian Weikert2015-07-01
* Printer can be configured to use single quotation marks instead of double quo...Gravatar Florian Weikert2015-07-01
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Test for the correct exception in FilesystemUtilsTest.Gravatar Philipp Wollermann2015-06-30
* Fix "crashes with "Aborted" and no other useful errors on EPERM".Gravatar Philipp Wollermann2015-06-30
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Remove all traces of --java_cpu.Gravatar Lukacs Berki2015-06-30
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Deflake GlobTest dealing with glob interruption. Do not assume that an interr...Gravatar Eric Fellheimer2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Rollback of commit 6f049bb19941b89d16364b26cca66aae09f9cb42.Gravatar Nathan Harmata2015-06-26
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Simple concurrency tests for EvaluableGraph implementations.Gravatar Googler2015-06-23
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Allow repository rules to provide default bindings for external labels.Gravatar Lukacs Berki2015-06-18
* Skylark: Allow variable reassignment to change the type of a variable.Gravatar Laurent Le Brun2015-06-18
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17