aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Make Skyframe tests resilient to root causes not being stored.Gravatar Janak Ramakrishnan2015-10-07
* Fix new_http_archive's strip_prefix for zipsGravatar Kamal Marhubi2015-10-07
* sandbox: Improve MountMap to always return entries sorted by path depth and l...Gravatar Philipp Wollermann2015-10-06
* Ensure that the LinuxSandboxedStrategy tests actually test the correct strategy.Gravatar Philipp Wollermann2015-10-06
* Implement the prefix stripping for Java resources.Gravatar Lukacs Berki2015-10-06
* Adds support for selecting the different STL implementations in the Android NDK.Gravatar Alex Humesky2015-10-06
* Add prerequisite dependencies to make ios_test work build on bazel.Gravatar Chris Parsons2015-10-06
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Add basic integration tests for Objective-C / iOS.Gravatar Chris Parsons2015-10-06
* Refactor SkylarkStatistics to reduce size.Gravatar Klaas Boesche2015-10-05
* Optionally limits the length of the output of Printer.printList() (default = ...Gravatar Florian Weikert2015-10-05
* Replace EvaluableGraph#createIfAbsent with the potentially more efficient Eva...Gravatar Nathan Harmata2015-10-05
* Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.Gravatar Janak Ramakrishnan2015-10-05
* Add external_integration_test back into CIGravatar Kristina Chodorow2015-10-02
* Fix strip_prefixGravatar Kristina Chodorow2015-10-02
* Add Android aspect resolve output group.Gravatar Googler2015-10-02
* Intern PackageIdentifiers as a memory optimization.Gravatar Miguel Alcon Pinto2015-10-01
* Assert order of repeated fields in AndroidStudioInfoAspectTest.Gravatar Dmitry Lomov2015-10-01
* Support android_library dep forwarding in Android aspect.Gravatar Googler2015-10-01
* Fix broken Jenkins build.Gravatar Dave MacLachlan2015-10-01
* Support android_test in AndroidStudioInfoAspect.Gravatar Googler2015-10-01
* Inline "target" variable in AndroidStudioInfoAspectTest.Gravatar Googler2015-10-01
* Correctly handle exports in AndroidStudioInfoAspect.Gravatar Googler2015-10-01
* Add support for tags in AndroidStudioInfoAspect.Gravatar Googler2015-09-30
* Filter idl sources from AndroidStudioInfoAspect.Gravatar Googler2015-09-30
* Add Android aspect ijar support.Gravatar Googler2015-09-30
* Make AndroisStudioInfoAspectTest run in Bazel.Gravatar Dmitry Lomov2015-09-30
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert the...Gravatar Dave MacLachlan2015-09-30
* Pass test log as argument to formatting perl program instead of inliningGravatar Michajlo Matijkiw2015-09-30
* Limit the length of the output of Printer.printList().Gravatar Florian Weikert2015-09-30
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* Fixes Android integration tests by wiring up idlclass rules in integrationGravatar Alex Humesky2015-09-30
* Refactor ErrorInfo creation to share single constructorGravatar Michajlo Matijkiw2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Add --sandbox_debug.Gravatar Han-Wen Nienhuys2015-09-30
* Fix a long standing issue where in the presence of '{' or '\' characters in t...Gravatar Miguel Alcon Pinto2015-09-30
* Add Android aspect test for non-conforming java package.Gravatar Googler2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Add Android aspect gen jars test.Gravatar Googler2015-09-30
* Use EventHandler rather than Reporter where possible inGravatar Han-Wen Nienhuys2015-09-28
* Refactor BuildView; clearly identify the ide_build_info and the testing API.Gravatar Ulf Adams2015-09-28
* Simplify PackageFactoryApparatus.Gravatar Han-Wen Nienhuys2015-09-28
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* Inject an EventHandler rather than using the one on SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Move BuildView.getActionGraph to SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Port LabelValidatorTest.java to JUnit4.Gravatar Han-Wen Nienhuys2015-09-28
* Use JUnit4 for skylark tests.Gravatar Han-Wen Nienhuys2015-09-25