aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy
AgeCommit message (Expand)Author
2022-07-14Fix //tests/legacy/examples/cgo:cgo_lib_test on M1 Macs (#3237)Fabian Meumertzheim
2022-05-05Apply buildifier fixes (#3142)Fabian Meumertzheim
2021-09-10Remove dependencie with bazelbuild/rules_cc (#2950)Xavier Bonaventura
2021-06-09Support multiple keys in x_defs (#2888)Kaoet
2021-03-08Modify build constraints test to also work with ARM-64. (#2831)Philipp Stephani
2021-03-08Implement “add” and “sub” functions for ARM-64 as well. (#2830)Philipp Stephani
2021-02-22Include ARM64 in “select” calls. (#2825)Philipp Stephani
2021-02-22Fix CPU selector. (#2826)Philipp Stephani
2021-01-25Fix cc target on macOS with Bazel@HEAD (#2798)Yun Peng
2020-11-09go_test: add tests for #2696 (#2698)Scott Blum
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-04-17go: use configuration transitions instead of aspect (#2414)Jay Conrod
2020-04-15Update bazel_toolchains in WORKSPACE for bazel 3.0.0 (#2429)Jay Conrod
2020-03-25go_embed_data: don't include srcs in GoLibrary or GoSource (#2413)Jay Conrod
2020-02-21tests/legacy/examples/stamped_bin: work around go1.14 bug (#2380)Jay Conrod
2020-01-23Test: use flag.Args() instead of os.Args[1:] (#2349)Robbert van Ginkel
2020-01-06Migrate to rules_proto (#2333)Jay Conrod
2020-01-06Migrate to rules_cc (#2332)Jay Conrod
2019-12-02tests/bazel_test: delete legacy test framework (#2304)Jay Conrod
2019-12-02tests/legacy/trans_dep_error: delete test (#2303)Jay Conrod
2019-11-27Remove //tests/legacy/cgo_library_root_dir (#2297)Jay Conrod
2019-11-27Migrate legacy test to //tests/core/go_test:test_filter_test (#2298)Jay Conrod
2019-11-27Migrate legacy tests to //tests/core/go_download_sdk (a go_bazel_test) (#2296)Jay Conrod
2019-10-14Remove support for go1.10 and update deprecation page (#2241)Jay Conrod
2019-06-28Add configurable stamp support with --[no]stamp and stamp attrs (#2110)Robbert van Ginkel
2019-06-26Delete old stuff from tests/legacy/no_prefix (#2112)Jay Conrod
2019-06-23go_bazel_test: wrapper and test library for running Bazel from go_test (#2109)Jay Conrod
2019-02-25go_download_sdk: work around bazel bug extracting .tar.gz files (#1949)Jay Conrod
2019-01-28Move repository definitions from //go:def.bzl to //go:deps.bzl (#1926)Jay Conrod
2019-01-19Use cc_binary and cc_import to produce shared libraries (#1889)Jay Conrod
2018-11-06Windows: use filegroup instead of genrule to get .so file from a cc_library (...Yun Peng
2018-10-26Pass tests if rules_go is an external repository (#1614)Yannic
2018-08-06Update deprecated single_file -> allow_single_file attribute (#1628)Mikhail Mazurskiy
2018-07-27Wire go_sdk and go_toolchain together (#1607)Jay Conrod
2018-07-16Move legacy reproducibility test to new setup (#1585)Siddhartha Bagaria
2018-07-13Misc fixes for Windows (#1594)Jay Conrod
2018-07-03Revert "Replace WKT go_library rules with aliases to //proto/wkt (#1498)" (#1...Jay Conrod
2018-06-19Turn on race and msan tags when those modes are enabled (#1562)Jay Conrod
2018-05-25Remove deprecated features ahead of 0.13.0 (#1513)Jay Conrod
2018-05-23Format .bzl files with buildifierJay Conrod
2018-04-30Removed deprecated features (#1475)Jay Conrod
2018-04-26Refactor coverage support (#1462)Jay Conrod
2018-04-16coverage: Only print importpath and base name in log file (#1443)Jay Conrod
2018-04-03Support unpacking tar/zip archives in `go_embed_data`. (#1421)jmillikin-stripe
2018-03-23Roll back buildtools, roll forward gazelle (#1398)Jay Conrod
2018-03-16Save test coverage data to bazel-testlogs. (#1387)jmillikin-stripe
2018-02-12Allow stdlib to be built and depended on with --features=race (#1317)Jay Conrod
2018-02-07Kill the bootstrap toolchain (#1310)Ian Cottrell
2018-01-10Run buildifier against bazel files. (#1164)Xiaoyi
2018-01-05Start the new test structure and document (#1217)Ian Cottrell