aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Collapse)AuthorAge
* Migrated tests in devtools/build/lib/events to JUnit 4.Gravatar Florian Weikert2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109208102
* Migrated tests in devtools/build/lib/shell to JUnit 4.Gravatar Florian Weikert2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109205227
* Migrated tests in devtools/build/lib/exec to JUnit 4.Gravatar Florian Weikert2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109205207
* Migrated tests in devtools/build/lib/util to JUnit 4.Gravatar Florian Weikert2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109195723
* Migrated tests in devtools/build/lib/rules/cpp to JUnit 4.Gravatar Florian Weikert2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109195712
* Migrated remaining tests in devtools/build/lib/rules to JUnit 4.Gravatar Florian Weikert2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109195683
* Fix a bug in the Google-internal rule "Fileset" (not in Bazel).Gravatar Laszlo Csomor2015-12-02
| | | | | -- MOS_MIGRATED_REVID=109195426
* Migrated tests in devtools/build/lib/collect to JUnit 4.Gravatar Florian Weikert2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109083735
* Migrated tests in devtools/build/lib/vfs to JUnit 4.Gravatar Florian Weikert2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109081842
* Migrated tests in devtools/build/lib/packages to JUnit 4.Gravatar Florian Weikert2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109079812
* Migrated tests in devtools/build/lib/actions to JUnit 4.Gravatar Florian Weikert2015-12-01
| | | | | | | In this case, it's more about fixing the setUp() methods (making them final and renaming them, wherever possible.) -- MOS_MIGRATED_REVID=109079801
* Migrated tests in devtools/build/lib/skylark to JUnit 4.Gravatar Florian Weikert2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109067086
* Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4.Gravatar Florian Weikert2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109064201
* Renamed setUp methods and made them final in devtools/build/lib/syntax tests.Gravatar Florian Weikert2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109062621
* Description redacted.Gravatar Googler2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109019357
* Fix typo in BUILD fileGravatar Googler2015-12-01
| | | | | -- MOS_MIGRATED_REVID=109016477
* Simplify rule fingerprinting in RepositoryFunctionGravatar Michajlo Matijkiw2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108986856
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108985661
* Migrated tests in devtools/build/lib/concurrent to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108983674
* Fix StandaloneSpawnStrategyTest.Gravatar Dmitry Lomov2015-11-30
| | | | | | | | This test tests tha failure behavior on non-OSX, not the correctness on OSX. Let's not try make it do more than it signed up for. -- MOS_MIGRATED_REVID=108982067
* Open-source crosstool configuration tests.Gravatar Dmitry Lomov2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108980978
* Support skylark aspects in serialization/deserialization.Gravatar Dmitry Lomov2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108964575
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108862983
* Fix broken worker test in Bazel.Gravatar Philipp Wollermann2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108861780
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
| | | | | | | | | | | RELNOTES[NEW]: Skylark macros are now enabled in WORKSPACE file. Design document at https://docs.google.com/document/d/1jKbNXOVp2T1zJD_iRnVr8k5D0xZKgO8blMVDlXOksJg/preview Fixes #337 -- MOS_MIGRATED_REVID=108860301
* Created JUnit4-compliant version of PackageLoadingTestCase.Gravatar Florian Weikert2015-11-30
| | | | | | | This allows us to migrate unit tests to JUnit4 one-by-one. -- MOS_MIGRATED_REVID=108857481
* Split & refactor testutil/BUILD.Gravatar Philipp Wollermann2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108852682
* Migrated ConfigurationTestCase and all of its sub classes to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108848083
* Migrated CompileOnlyTestCase and all of its sub classes to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108845009
* Opensource more cpp rules tests.Gravatar Dmitry Lomov2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108806251
* Migrated lib/server tests to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108797636
* Added missing annotations and renamed a method for consistency.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108794773
* Migrated remaining tests in lib/exec to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108794613
* Migrated DuplicateActionTest to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108794609
* Migrated BuildViewTest to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108794598
* Migrated AnalysisCachingTest to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108794589
* Open-source some tests for cpp rules.Gravatar Dmitry Lomov2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108794003
* Migrated CircularDependencyTest to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108792201
* Reverted the split-up of the test setup.Gravatar Florian Weikert2015-11-30
| | | | | | | | Converting the setUp() method into three @Before methods was a mistake since there were indeed some dependencies between the three methods, hence execution order mattered. This change should un-break AnalysisCachingTest. -- MOS_MIGRATED_REVID=108789420
* Migrated CompilationHelperTest to JUnit 4.Gravatar Florian Weikert2015-11-30
| | | | | -- MOS_MIGRATED_REVID=108785892
* Implements 'extra_deps' for Skylark aspects.Gravatar Dmitry Lomov2015-11-26
| | | | | -- MOS_MIGRATED_REVID=108779139
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase ↵Gravatar Florian Weikert2015-11-26
| | | | | | | | | and AnalysisTestCase. These classes allow us to migrate unit tests to JUnit4 one-by-one. -- MOS_MIGRATED_REVID=108778482
* Actually run standalone-tests on mac and linux.Gravatar Dmitry Lomov2015-11-26
| | | | | -- MOS_MIGRATED_REVID=108778201
* Implement Skylark aspects originating from Skylark rules.Gravatar Dmitry Lomov2015-11-26
| | | | | -- MOS_MIGRATED_REVID=108777120
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
| | | | | | | | | | | 1. attr.<type> functions return a wrapper object instead of Attribute.Builder dierctly. 2. RuleClass is created once per the life-time of RuleFunction, during export 3. Attributes are added to the RuleClass at exporting. -- MOS_MIGRATED_REVID=108774581
* Add test for globbing across a package boundary in a different package path.Gravatar Janak Ramakrishnan2015-11-26
| | | | | -- MOS_MIGRATED_REVID=108731914
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
| | | | | | | | | This is accomplished by saving a proto of the repository rule in the output tree, then comparing it to that of the previous version. This makes HTTP_DOWNLOAD_CHECKER somewhat superfluous because it only matters if the external repository directory is modified manually. Local repository implementations are not included, mainly because the symlinking is cheap (maybe they should be for reasons of symmetry?) -- MOS_MIGRATED_REVID=108706396
* Open-source StandaloneTests.Gravatar Philipp Wollermann2015-11-25
| | | | | -- MOS_MIGRATED_REVID=108699857
* Default to PIC in MOCK_CROSSTOOL.Gravatar Dmitry Lomov2015-11-24
| | | | | -- MOS_MIGRATED_REVID=108533147
* Open-source CompilationHelperTest.Gravatar Dmitry Lomov2015-11-24
| | | | | -- MOS_MIGRATED_REVID=108516475