9 lines · plain
1UNSUPPORTED: android2 3Verify that various functions are *not* present in the minimal binary. Presence4of those symbols in the minimal runtime would mean that the split code made it5back into the core Sanitizer runtime library.6 7RUN: nm %shared_minlibscudo | not grep Symbolizer8RUN: nm %shared_minlibscudo | not grep Coverage9