Port ubsan nullability.c test to Windows
authorReid Kleckner <rnk@google.com>
Tue, 3 Mar 2020 21:17:47 +0000 (13:17 -0800)
committerReid Kleckner <rnk@google.com>
Tue, 3 Mar 2020 21:18:58 +0000 (13:18 -0800)
Two issues:
- Need to add env prefix to be compatible with the lit internal shell
- Need to quote the colon in Windows paths with '"%t.supp"'

compiler-rt/test/ubsan/TestCases/Misc/nullability.c

index 50295fe..a68d0f8 100644 (file)
@@ -6,7 +6,7 @@
 // RUN: echo "nullability-arg:nullability.c" > %t.supp
 // RUN: echo "nullability-return:nullability.c" >> %t.supp
 // RUN: echo "nullability-assign:nullability.c" >> %t.supp
-// RUN: UBSAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck -allow-empty -check-prefix=SUPPRESS %s
+// RUN: env UBSAN_OPTIONS=suppressions='"%t.supp"' %run %t 2>&1 | FileCheck -allow-empty -check-prefix=SUPPRESS %s
 // SUPPRESS-NOT: runtime error
 
 // CHECK: nullability.c:[[@LINE+2]]:41: runtime error: null pointer returned from function declared to never return null