[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.
This commit is contained in:
parent
ee6ad7af45
commit
6bc2ad235a
@ -3,7 +3,9 @@
|
|||||||
// the floating point range evalution and defaults back to
|
// the floating point range evalution and defaults back to
|
||||||
// pre-float evalution.
|
// 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
|
// RUN: %dexter_regression_test -- %s | FileCheck %s
|
||||||
// CHECK: float_range_no_arg.cpp:
|
// CHECK: float_range_no_arg.cpp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user