[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Apr 4 08:00:01 UTC 2022


The branch, master has been updated
       via  79132b333d7 script: Fix check_symbols() with gcov build
      from  edc4c910f27 vfs: Simplify streams_depot_openat()

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 79132b333d782489c9877b74e31bb6cd27e8a662
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Apr 1 09:13:40 2022 +0200

    script: Fix check_symbols() with gcov build
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Apr  4 07:59:51 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 script/autobuild.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 148dbe8487b..b72b6f7125c 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -123,7 +123,7 @@ CLEAN_SOURCE_TREE_CMD = "cd ${TEST_SOURCE_DIR} && script/clean-source-tree.sh"
 
 def check_symbols(sofile, expected_symbols=""):
     return "objdump --dynamic-syms " + sofile + " | " + \
-           "awk \'$0 !~ /" + expected_symbols + "/ {if ($2 == \"g\" && $3 ~ /D(F|O)/ && $4 ~ /(.bss|.text)/) exit 1}\'"
+           "awk \'$0 !~ /" + expected_symbols + "/ {if ($2 == \"g\" && $3 ~ /D(F|O)/ && $4 ~ /(.bss|.text)/ && $7 !~ /(__gcov_|mangle_path)/) exit 1}\'"
 
 if args:
     # If we are only running specific test,


-- 
Samba Shared Repository



More information about the samba-cvs mailing list