aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-10-17Flatten unnecessary "internal_do_not_use" directories now that starlark has v...nickreid
2023-10-17Delete some unused filesnickreid
2023-10-17Move compiler_plugin tests under analysis/jvm/compiler_pluginnickreid
2023-10-17Expand jvm_compile_test.bzl into BUILD filesnickreid
2023-10-13Expand jvm_import_test.bzl into BUILD files.nickreid
2023-10-12Expand jvm_library_test.bzl into BUILD filesnickreid
2023-10-11Move some analysis tests to tests/jvm/analysisnickreid
2023-10-10Enforce that kt analysis test targets end with _testnickreid
2023-10-10Delete assert_failure_test.bzlnickreid
2023-10-10n/anickreid
2023-10-09Add kt_unittest_suites to simplify writing unit testsnickreid
2023-10-09Move kt_jvm_library_test rule to its own file, and rename it to kt_jvm_librar...nickreid
2023-10-09Move tests/analysis/for_testing.bzl to kotlin/jvm/testing/for_analysis.bzlnickreid
2023-10-09Move some more testing utils under common/testingnickreid
2023-10-09Add kt_asserts for common testing assertions.nickreid
2023-10-09Run Android Lint iff there are files that need to be checked.nickreid
2023-10-02Add kt_jvm_compile(android_lint_config) for specifying the config externally.nickreid
2023-05-25Add java toolchain type to all rules which are using java_commonNevena Kotlaja
2023-05-24include `default_applicable_licenses` to subpackages of `bazel_rules/rules_ko...Kotlin Google Eng
2023-05-15n/anickreid
2023-04-07Support AndroidLintRulesetInfo in plugins and exported_pluginsnickreid
2023-04-05Simplify the analysis test assertions on exportsnickreid
2023-04-03n/anickreid
2023-04-03Explicitly declare the expected attr for runfiles in jvm_library_testnickreid
2023-03-15Automated rollback of commit 6c074b6ce60b1ccfdc17bcf5e0566f497a869790.Donald Duo Zhao
2023-03-09Automated rollback of commit 7c4232cdb27bee38265e180d9d7749d776cd29a8.Jan Kuehle
2023-03-09internal changeDonald Duo Zhao
2023-02-22Use the kotlinc output JAR name as the basis of the kotlinc param file namenickreid
2023-02-20Enforce that kt_jvm_import(jars, srcjar) are from the local packagenickreid
2023-02-18Rework the implementation of FileFactory and add tests.nickreid
2023-02-14n/anickreid
2023-01-31Be stricter about separating files and treeartifacts that end in ".kt".nickreid
2022-12-09Move the kt_jvm_library data, deps, runtime_deps analysis tests into separate...Kotlin Google Eng
2022-12-09enable support of `neverlink` for `kt_jvm_library` for AOSP onlyKotlin Google Eng
2022-12-02Move the kt_jvm_library no_kt_srcs, no_java_srcs, only_common_srcs analysis t...Kotlin Google Eng
2022-11-30Move the kt_jvm_library no-deps analysis test into a separate file.nickreid
2022-11-21Pass plugin attr to kt_android_library rule and update the existing AndroidLei Lei
2022-11-15Add a regression testKotlin Google Eng
2022-11-04Create and apply FileFactory, a class for declaring files relative to some ba...nickreid
2022-10-26Disable `bazel coverage` for tests which cannot be covered.Kotlin Google Eng
2022-10-19Allow foo/testing/ to befriend code in foo/nickreid
2022-09-07 NONEDonald Duo Zhao
2022-09-07Use relative instead of absolute labels when referring to targets within rule...nickreid
2022-09-06BUILD cleanupKotlin Google Eng
2022-08-26 - Allow empty kt sources to compile.Donald Duo Zhao
2022-08-25 NONEDonald Duo Zhao
2022-08-24 Empty Dir SupportDonald Duo Zhao
2022-08-23Clean up references to kt_jvm_compile aliases.nickreid
2022-08-12 `kt_jvm_test.resources` accepts directories.Donald Duo Zhao
2022-08-12Fix line trimming in create_file.nickreid