aboutsummaryrefslogtreecommitdiff
path: root/lit/Breakpoint/case-insensitive.test
diff options
context:
space:
mode:
Diffstat (limited to 'lit/Breakpoint/case-insensitive.test')
-rw-r--r--lit/Breakpoint/case-insensitive.test44
1 files changed, 0 insertions, 44 deletions
diff --git a/lit/Breakpoint/case-insensitive.test b/lit/Breakpoint/case-insensitive.test
deleted file mode 100644
index f6330b5f4320..000000000000
--- a/lit/Breakpoint/case-insensitive.test
+++ /dev/null
@@ -1,44 +0,0 @@
-# REQUIRES: 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: At least one location.
-
-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 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: At least one location.
-
-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.