ObjFW  View Ticket

2024-03-17
12:03 Ticket [62fe928cfb] Have tests for ARC status still Fixed with 3 other changes artifact: af983af2c5 user: js
2020-11-12
00:38 Fixed ticket [62fe928cfb]. artifact: 33d59fea39 user: js
2020-11-01
09:15 Ticket [62fe928cfb]: 4 changes artifact: 766dce1650 user: js
2020-06-07
14:39 New ticket [62fe928cfb]. artifact: b0a0e582b2 user: js

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.