aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Mark flaky test external_integration_test as manual.Gravatar Philipp Wollermann2015-08-26
* Return raw SkyValue instead of wrapped ValueWithMetadata.Gravatar Janak Ramakrishnan2015-08-25
* Add more tests for the PIPE operator.Gravatar Laurent Le Brun2015-08-25
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Make Bazel handle visibility through //external: labels correctly: //external...Gravatar Lukacs Berki2015-08-25
* Do not consider //external: a repository-local reference.Gravatar Lukacs Berki2015-08-25
* Add keepGoing version of MemoizingEvaluatorTest#changeCycle.Gravatar Janak Ramakrishnan2015-08-24
* Prepare our tests that can't run under sandboxing to explicitly request a non...Gravatar Philipp Wollermann2015-08-24
* Fix a missing dependency in a Skylark rule in local_repository_test.sh.Gravatar Philipp Wollermann2015-08-24
* Add missing redirect to $TEST_log in our test-setup.sh.Gravatar Philipp Wollermann2015-08-24
* Fix some nits and allow alternate evaluators to use MemoizingEvaluatorTest.Gravatar Janak Ramakrishnan2015-08-21
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Find parent and submodule definitions before fully resolving a pomGravatar Kristina Chodorow2015-08-21
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Add profile support to generate_workspaceGravatar Kristina Chodorow2015-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
* Properly extract symlinks from tar archives.Gravatar Brian Silverman2015-08-13
* Split out some sections of external_integration_testGravatar Kristina Chodorow2015-08-12
* Use full package identifier in containing package checkGravatar Kristina Chodorow2015-08-12
* 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
* Fix test flakinessGravatar Kristina Chodorow2015-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
* Fixed Bazel test target //src/test/cpp/util:strings_test by adding a missing ...Gravatar Florian Weikert2015-08-10
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Externalize file_test and strings_test, and fix up the BUILD files.Gravatar Ulf Adams2015-08-10
* Add custom repositories to the WORKSPACE fileGravatar Kristina Chodorow2015-08-06
* Add output_dir option and improve repository handlingGravatar Kristina Chodorow2015-08-06
* 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
* Follow redirects in HTTP-based remote repositories.Gravatar Damien Martin-Guillerez2015-08-04
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-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
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Make OutputFileConfiguredTarget create artifacts that are consistent with Rul...Gravatar Lukacs Berki2015-07-30
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30