You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
// the floating point range evalution and defaults back to
4
4
// pre-float evalution.
5
5
//
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.
0 commit comments