Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Merge pull request #3356 from amscanne:generics_tests | gVisor bot | |
PiperOrigin-RevId: 323066414 | |||
2020-07-23 | Convert go_generics tests to starlark. | Adin Scannell | |
For some reason these tests were broken when run via the bazel docker container. The mechanism used was a bit crazy (self-extracting bundle), so convert them to use straight-forward starlark rules. This has the added advantaged that they are now independent tests. |