Skip to content
Snippets Groups Projects
Commit d2a83302 authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
Browse files

testsuite: adapt the testsuite for stdcall removal

This patch adjusts test cases to handle the stdcall removal:

- Some stdcall usages are replaced with ccall since stdcall doesn't
  make sense anymore.
- We also preserve some stdcall usages, and check in the expected
  warning messages to ensure GHC always warn about stdcall usages
  (-Wunsupported-calling-conventions) as expected.
- Error code testsuite coverage is slightly improved,
  -Wunsupported-calling-conventions is now tested.
- Obsolete code paths related to i386 windows are also removed.
parent 65fe75a4
No related branches found
Tags Cabal-syntax-v3.10.2.0 Cabal-v3.10.2.0
Loading
Showing
with 71 additions and 55 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment