gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

PropertyAttribute_legacy tests fails #224

Closed rmottola closed 6 months ago

rmottola commented 2 years ago

Hi,

both on Linux/i686 (clang 13) and FreeBSD/amd64 (clang 10) I get two test failures:

         71 - PropertyAttributeTest_legacy (Subprocess aborted)
         72 - PropertyAttributeTest_legacy_optimised (Subprocess aborted)
davidchisnall commented 1 year ago

Please can you show the output of running this test?

rmottola commented 1 year ago

I just tried on Linux/i686 and I get other failures now, no longer this one. I'll open a separate one. I did not remember which FreeBSD system I tested. On my laptop with FreeBSD all tests pass. I will test on my other two FreeBSD systems next week. They are all amd64, I have no 32bit FreeBSD system. If all pass, I'll close this one.