Skip to content

Commit

Permalink
AssimpImporter: ass imp, you're fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jan 9, 2021
1 parent a3bb53c commit 7b69592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MagnumPlugins/AssimpImporter/Test/AssimpImporterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,10 @@ void AssimpImporterTest::fileCallbackEmptyFile() {
Containers::Pointer<AbstractImporter> importer = _manager.instantiate("AssimpImporter");
CORRADE_VERIFY(importer->features() & ImporterFeature::FileCallback);

#ifdef CORRADE_TARGET_MSVC
CORRADE_SKIP("This crashes (gets stuck on an assert popup?) on MSVC and clang-cl. Needs further investigation.");
#endif

importer->setFileCallback([](const std::string&, InputFileCallbackPolicy,
void*) {
return Containers::Optional<Containers::ArrayView<const char>>{Containers::InPlaceInit};
Expand Down

0 comments on commit 7b69592

Please sign in to comment.