Commit Graph

6 Commits

Author SHA1 Message Date
Arnold Schwaighofer
2c00862ed9 Fix ClangImporter directory 2023-06-20 12:48:24 -07:00
Arnold Schwaighofer
c1a93e0bde Move tests over to use the %use_no_opaque_pointers option 2023-06-14 10:49:48 -07:00
Anthony Latsis
9596dcd1df Gardening: Migrate test suite to GH issues: ClangImporter 2022-08-12 06:58:42 +03:00
Saleem Abdulrasool
0c63feb978 Revert "Move out enum tests into a separate CXXInterop/enum directory" 2020-04-15 09:13:19 -07:00
Rosica Dejanovska
396ba4f0e2 Move out enum tests into a separate CXXInterop/enum directory
Currently, tests are scattered throughout multiple directories, making
it difficult to determine what is tested and what is not tested.
With upcoming work on interoperability between Swift and C++
(https://forums.swift.org/t/manifesto-interoperability-between-swift-and-c/33874),
we'd like to rearrange the tests and bring tests covering a single C/C++
feature next to each other.
This PR also adds tests for enabling C++ interop where possible.
2020-03-02 16:32:55 +01:00
Saleem Abdulrasool
a54f57aad2 test: split up ClangImporter.enum-anon
This splits up the test into two halves in order to allow the test to
pass on Windows.  Loosen the test to allow the enumeration to be
imported with signed and unsigned types as Windows uses signed
enumerations by default.
2019-03-29 10:08:40 -07:00