ObjFW  View Ticket

Ticket UUID: 62fe928cfb1e6b997edbeeb6cfc49247b6fff170
Title: Have tests for ARC
Status: Fixed Type: Enhancement
Severity: Severe Priority: High
Subsystem: runtime Resolution: Fixed
Last Modified: 2024-03-17 12:03:55
Version Found In: Milestone: 1.0
User Comments:
js added on 2020-06-07 14:39:51:

Check in configure whether we have a compiler that supports ARC, and if so, add a test suite for ARC as well (e.g. exceptions during init being handled correctly etc., weak working correctly, etc.)


js added on 2020-11-01 09:15:45:

Test for exception during init was added. Adding a test for __weak revealed [5b31b3f45e].


js added on 2020-11-12 00:38:40:

Tests for weak references added in [171461008d]. This should cover all the ARC features worth testing.