Changeset 0a19c51


Ignore:
Timestamp:
Sep 28, 2020, 2:02:23 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8a71d8e
Parents:
66812dd
Message:

Tests now compile with LC_ALL=en_US.ascii, to attempt to remove non-ascii characters in gcc outputs.
Test now compile with -fno-diagnostics-show-caret to reduce potential for differences across gcc versions

Location:
tests
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/array.txt

    r66812dd r0a19c51  
    11array.cfa: In function '_X4mainFi___1':
    22array.cfa:54:9: note: #pragma message: Compiled
    3    54 |
    4       |         ^     
  • tests/.expect/forall.txt

    r66812dd r0a19c51  
    11forall.cfa: In function '_X4mainFi___1':
    22forall.cfa:218:9: note: #pragma message: Compiled
    3   218 |
    4       |         ^     
  • tests/.expect/identFuncDeclarator.txt

    r66812dd r0a19c51  
    11identFuncDeclarator.cfa: In function '_X4mainFi___1':
    22identFuncDeclarator.cfa:116:9: note: #pragma message: Compiled
    3   116 |
    4       |         ^     
  • tests/.expect/labelledExit.txt

    r66812dd r0a19c51  
    11labelledExit.cfa: In function '_X4mainFi_iPPKc__1':
    22labelledExit.cfa:183:9: note: #pragma message: Compiled
    3   183 |
    4       |         ^     
  • tests/.expect/limits.txt

    r66812dd r0a19c51  
    11limits.cfa: In function '_X4mainFi_iPPKc__1':
    22limits.cfa:151:9: note: #pragma message: Compiled
    3   151 |
    4       |         ^     
  • tests/.expect/nested-types.txt

    r66812dd r0a19c51  
    11nested-types.cfa: In function '_X4mainFi___1':
    22nested-types.cfa:102:9: note: #pragma message: Compiled
    3   102 |
    4       |         ^     
  • tests/.expect/numericConstants.txt

    r66812dd r0a19c51  
    11numericConstants.cfa: In function '_X4mainFi___1':
    22numericConstants.cfa:68:9: note: #pragma message: Compiled
    3    68 |
    4       |         ^     
  • tests/.expect/stdincludes.txt

    r66812dd r0a19c51  
    11stdincludes.cfa: In function '_X4mainFi___1':
    22stdincludes.cfa:52:9: note: #pragma message: Compiled
    3    52 |
    4       |         ^     
  • tests/.expect/switch.txt

    r66812dd r0a19c51  
    11switch.cfa: In function '_X4mainFi___1':
    22switch.cfa:105:9: note: #pragma message: Compiled
    3   105 |
    4       |         ^     
  • tests/.expect/variableDeclarator.txt

    r66812dd r0a19c51  
    11variableDeclarator.cfa: In function '_X4mainFi_iPPKc__1':
    22variableDeclarator.cfa:182:9: note: #pragma message: Compiled
    3   182 |
    4       |         ^     
  • tests/Makefile.am

    r66812dd r0a19c51  
    4040        -fdebug-prefix-map=$(abspath ${abs_srcdir})= \
    4141        -fdebug-prefix-map=/tmp= \
     42        -fno-diagnostics-show-caret \
    4243        -g \
    4344        -Wall \
     
    5253
    5354# adjust CC to current flags
    54 CC = $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
     55CC = LC_ALL=en_US.ascii $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
    5556CFACC = $(CC)
    5657
  • tests/warnings/.expect/self-assignment.txt

    r66812dd r0a19c51  
    2626warnings/self-assignment.cfa: In function '_X4mainFi___1':
    2727warnings/self-assignment.cfa:36:9: note: #pragma message: Compiled
    28    36 |
    29       |         ^     
Note: See TracChangeset for help on using the changeset viewer.