bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Implement `TEST_PREMATURE_EXIT_FILE`

Open fmeum opened this issue 1 year ago • 1 comments

The Bazel test docs claim that a test will fail if a file exists at the path indicated by TEST_PREMATURE_EXIT_FILE, but this has not yet been the case in Bazel.

This feature is used by googletest (https://google.github.io/googletest/advanced.html#detecting-test-premature-exit).

fmeum avatar Aug 13 '24 11:08 fmeum

@lberki Is this feature supported by the internal test strategy implementation? Could you also let me know what test.warnings is about?

fmeum avatar Aug 13 '24 12:08 fmeum

@lberki Friendly ping

fmeum avatar Sep 13 '24 17:09 fmeum