Skip to content

Commit

Permalink
[Dexter] Remove debugger-dependent test from windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SLTozer committed Jun 13, 2022
1 parent ee6ad7a commit 6bc2ad2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6bc2ad2

Please sign in to comment.