bazelbuild / bazel

a fast, scalable, multi-language and extensible build system
https://bazel.build
Apache License 2.0
23.12k stars 4.05k forks source link

Bazel CI: dump_companion_with_static_and_default_methods_with_args_test broken in post&presubmit #8301

Closed meteorcloudy closed 5 years ago

meteorcloudy commented 5 years ago

https://buildkite.com/bazel/bazel-bazel/builds/8199#f3630812-fe6d-481b-96e3-255918731c16

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/test/java/com/google/devtools/build/android/desugar:dump_companion_with_static_and_default_methods_with_args_test
-----------------------------------------------------------------------------
5c5
<       1: #10(): METHOD_FORMAL_PARAMETER, param_index=1
---
>         com.google.devtools.build.android.desugar.testdata.java8.InterfaceMethodWithParam$TyFoo

Culprit: https://github.com/bazelbuild/bazel/commit/5e34534fe6108277843632e5fd206052ca296ce3

meteorcloudy commented 5 years ago

Rolling back the culprit