[lldb][Test] Fix TestFrameFormatNameWithArgs.test on Windows/Linux
authorMichael Buch <michaelbuch12@gmail.com>
Tue, 1 Nov 2022 05:56:15 +0000 (22:56 -0700)
committerMichael Buch <michaelbuch12@gmail.com>
Tue, 1 Nov 2022 05:59:16 +0000 (22:59 -0700)
* Windows doesn't support setting these breakpoints by basename
* On Linux std::function arguments aren't formatted as such

lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test

index ab16c65..d990114 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: system-darwin
 # RUN: %clangxx_host -g -O0 %S/Inputs/names.cpp -std=c++17 -o %t.out
 # RUN: %lldb -b -s %s %t.out | FileCheck %s
 settings set -f frame-format "frame ${function.name-with-args}\n"