aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Do not assume a specific layout of root dir on the system.Gravatar Han-Wen Nienhuys2015-08-14
* Delete Batch locking, which is unused as of this CL.Gravatar Eric Fellheimer2015-08-12
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Don't return SkyValue when dirtying nodeGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Allow the workspace to be /Gravatar Kristina Chodorow2015-08-11
* Allow heterogeneous lists in Skylark.Gravatar Laurent Le Brun2015-08-11
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Add threadpool injectability to invalidatorGravatar Mark Schaller2015-08-06
* Change return type of InMemoryNodeEntry#getReverseDeps to Collection<SkyKey>.Gravatar Janak Ramakrishnan2015-08-05
* Implemented Python's dict() in SkylarkGravatar Florian Weikert2015-08-04
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Make some improvements to GraphConcurrencyTest -- versions are sensible, and ...Gravatar Janak Ramakrishnan2015-08-04
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Add test methods to check BuildConfiguration and ConfiguredTarget equality ch...Gravatar Greg Estren2015-08-04
* Remove more static configuration transitions from tests, as prep work for Gravatar Greg Estren2015-08-04
* 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
* Basic dashboard for build resultsGravatar Kristina Chodorow2015-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