summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Breakpoint/case-sensitive.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/Breakpoint/case-sensitive.test')
-rw-r--r--lldb/lit/Breakpoint/case-sensitive.test46
1 files changed, 0 insertions, 46 deletions
diff --git a/lldb/lit/Breakpoint/case-sensitive.test b/lldb/lit/Breakpoint/case-sensitive.test
deleted file mode 100644
index bab66282cde..00000000000
--- a/lldb/lit/Breakpoint/case-sensitive.test
+++ /dev/null
@@ -1,46 +0,0 @@
-# UNSUPPORTED: system-windows
-#
-# RUN: %build %p/Inputs/case-sensitive.c --nodefaultlib -o %t
-# RUN: lldb-test breakpoints %t %s | FileCheck %s
-
-breakpoint set -f case-sensitive.c -l 3
-# CHECK-LABEL: breakpoint set -f case-sensitive.c -l 3
-# CHECK: At least one location.
-
-breakpoint set -f %p/Inputs/case-sensitive.c -l 3
-# CHECK-LABEL: breakpoint set -f {{.*}}/Inputs/case-sensitive.c -l 3
-# CHECK: At least one location.
-
-breakpoint set -f %p/INPUTS/case-sensitive.c -l 3
-# CHECK-LABEL: breakpoint set -f {{.*}}/INPUTS/case-sensitive.c -l 3
-# CHECK: 0 locations.
-
-breakpoint set -f Case-Sensitive.c -l 3
-# CHECK-LABEL: breakpoint set -f Case-Sensitive.c -l 3
-# CHECK: 0 locations.
-
-breakpoint set -f %p/INPUTS/Case-Sensitive.c -l 3
-# CHECK-LABEL: breakpoint set -f {{.*}}/INPUTS/Case-Sensitive.c -l 3
-# CHECK: 0 locations.
-
-breakpoint set -f case-sensitive.c -p REGEX-THIS
-# CHECK-LABEL: breakpoint set -f case-sensitive.c -p REGEX-THIS
-# CHECK: At least one location.
-
-breakpoint set -f %p/Inputs/case-sensitive.c -p REGEX-THIS
-# CHECK-LABEL: breakpoint set -f {{.*}}/Inputs/case-sensitive.c -p REGEX-THIS
-# CHECK: At least one location.
-
-breakpoint set -f %p/INPUTS/case-sensitive.c -p REGEX-THIS
-# CHECK-LABEL: breakpoint set -f {{.*}}/INPUTS/case-sensitive.c -p REGEX-THIS
-# CHECK: 0 locations.
-
-breakpoint set -f Case-Sensitive.c -p REGEX-THIS
-# CHECK-LABEL: breakpoint set -f Case-Sensitive.c -p REGEX-THIS
-# CHECK: 0 locations.
-
-breakpoint set -f %p/INPUTS/Case-Sensitive.c -p REGEX-THIS
-# CHECK-LABEL: breakpoint set -f {{.*}}/INPUTS/Case-Sensitive.c -p REGEX-THIS
-# CHECK: 0 locations.
-
-
OpenPOWER on IntegriCloud