find langtools/test -type f | xargs -n 1 grep --with-filename '@compile/fail' | grep -v 'fail/ref=' | wc -l
reports 449 tests that have @compile/fail but no golden file.
We shuld work to reduce that number.
reports 449 tests that have @compile/fail but no golden file.
We shuld work to reduce that number.
- duplicates
-
JDK-8043283 Create .out files for negative tests in langtools regression ws
- Resolved
- relates to
-
JDK-8030642 Add golden files to javac/limits
- Closed