From 6bc2ad235a83f5d5fbdb57cb2bc4c6dd5174f913 Mon Sep 17 00:00:00 2001 From: Stephen Tozer Date: Mon, 13 Jun 2022 19:25:56 +0100 Subject: [PATCH] [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. --- .../commands/perfect/float_range_watch/float_range_no_arg.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: