From d811fad5cfec036fc413d47db3bcc3eab0b1457e Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 23 Feb 2023 22:10:00 +0000 Subject: Disable `const_array_opt1` for ubsan as well --- test/Feature/const_array_opt1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/Feature/const_array_opt1.c b/test/Feature/const_array_opt1.c index 1776e9d8..1ed3c3ee 100644 --- a/test/Feature/const_array_opt1.c +++ b/test/Feature/const_array_opt1.c @@ -1,5 +1,6 @@ // REQUIRES: not-msan -// Disabling msan because it times out on CI +// REQUIRES: not-ubsan +// Disabling msan and ubsan because it times out on CI // RUN: %clang %s -emit-llvm %O0opt -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --const-array-opt --max-time=10 --only-output-states-covering-new %t.bc | FileCheck %s -- cgit 1.4.1