Lines Matching full:diagnostics
1 ! Test the behaviors of -f{no-}color-diagnostics and -f{no}-diagnostics-color.
5 ! RUN: not %flang %s -fcolor-diagnostics 2>&1 \
7 ! RUN: not %flang %s -fno-color-diagnostics 2>&1 \
9 ! RUN: not %flang_fc1 %s -fcolor-diagnostics 2>&1 \
11 ! RUN: not %flang_fc1 %s -fno-color-diagnostics 2>&1 \
16 ! RUN: not %flang %s -fno-diagnostics-color 2>&1 \
20 ! RUN: not %flang_fc1 %s -fno-diagnostics-color 2>&1 \
30 ! CHECK_CD: {{.*}}[0;1;31merror: {{.*}}[0m{{.*}}[1mSemantic errors in {{.*}}color-diagnostics.f90{{.*}}[0m
32 ! CHECK_NCD: Semantic errors in {{.*}}color-diagnostics.f90
34 ! UNSUPPORTED_COLOR_DIAGS: error: unknown argument: '-fno-color-diagnostics'
36 ! UNSUPPORTED_NO_DIAGS_COLOR: error: unknown argument: '-fno-diagnostics-color'