jjb: binutils-gdb: remove ASAN_OPTIONS override
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 21 Mar 2022 18:34:42 +0000 (14:34 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 21 Mar 2022 19:27:58 +0000 (15:27 -0400)
The functionality has been merged in the GDB testsuite [1], so this is
no longer needed.

[1] https://gitlab.com/gnutools/binutils-gdb/-/commit/b44d87d4424324cb7a88b314f3a178694581a831

Change-Id: Ifbf622ea042fb9a14690b8368e08bcd8548a5d5d

scripts/binutils-gdb/build.sh

index e20899dbc84bebdb3dd15d4d7d8813f7f6670bea..30769955a9e177200bb9fdfff3794868a96ab827 100755 (executable)
@@ -209,10 +209,7 @@ $MAKE install DESTDIR="$WORKSPACE"
 
 # Run tests, don't fail now, we know that "make check" is going to fail,
 # since some tests don't pass.
-#
-# Disable ASan leaks reporting, it might break some tests since it adds
-# unexpected output when GDB exits.
-ASAN_OPTIONS=detect_leaks=0 $MAKE -C gdb --keep-going check -j "$($NPROC)" || true
+$MAKE -C gdb --keep-going check -j "$($NPROC)" || true
 
 # Copy the dejagnu test results for archiving before cleaning the build dir
 mkdir "${WORKSPACE}/results"
This page took 0.038128 seconds and 4 git commands to generate.