summaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorStephen Tozer <stephen.tozer@sony.com>2022-06-13 19:25:56 +0100
committerStephen Tozer <stephen.tozer@sony.com>2022-06-13 19:27:34 +0100
commit6bc2ad235a83f5d5fbdb57cb2bc4c6dd5174f913 (patch)
tree10f875786cd57287faaa50352b1ad7276c1e402b /cross-project-tests
parentee6ad7af45a0be36191e0d55f005d9a0dd8005be (diff)
downloadllvm-6bc2ad235a83f5d5fbdb57cb2bc4c6dd5174f913.tar.gz
[Dexter] Remove debugger-dependent test from windows
One of the tests added in the recent floating point patch involves string comparison against the debugger output; as DbgEng and LLDB have different output, the test cannot pass against both of them, so disable it on windows.
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp
index e734cc2681dd..c23fe09244d5 100644
--- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp
@@ -3,7 +3,9 @@
// the floating point range evalution and defaults back to
// pre-float evalution.
//
-// UNSUPPORTED: system-darwin
+// Since this test involves string comparison to the debugger output, it cannot
+// work for both dbgeng and lldb, which output floats differently.
+// UNSUPPORTED: system-darwin, system-windows
//
// RUN: %dexter_regression_test -- %s | FileCheck %s
// CHECK: float_range_no_arg.cpp: