Skip to content

Commit 6bc2ad2

Browse files
committed
[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.
1 parent ee6ad7a commit 6bc2ad2

File tree

1 file changed

+3
-1
lines changed
  • cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch

1 file changed

+3
-1
lines changed

cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// the floating point range evalution and defaults back to
44
// pre-float evalution.
55
//
6-
// UNSUPPORTED: system-darwin
6+
// Since this test involves string comparison to the debugger output, it cannot
7+
// work for both dbgeng and lldb, which output floats differently.
8+
// UNSUPPORTED: system-darwin, system-windows
79
//
810
// RUN: %dexter_regression_test -- %s | FileCheck %s
911
// CHECK: float_range_no_arg.cpp:

0 commit comments

Comments
 (0)