Changes between Version 2 and Version 3 of Ticket #11815, comment 15
- Timestamp:
- Nov 16, 2024, 2:38:45 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11815, comment 15
v2 v3 27 27 conformance/interfaces/pthread_barrier_init/3-1: execution: FAILED 28 28 }}} 29 RESULT:Test FAILED: pthread_barrier_init() does not return EINVAL when initializing a barrier with count=0, return code -2147483643, Invalid Argument 29 RESULT: 30 31 Test FAILED: pthread_barrier_init() does not return EINVAL when initializing a barrier with count=0, return code -2147483643, Invalid Argument 30 32 31 33 … … 36 38 RESULT: 37 39 38 6-1.test: unexpected error: pthread_attr_setstack 6-1: Got the wrong return value: No error40 Test FAILED: 6-1.test: unexpected error: pthread_attr_setstack 6-1: Got the wrong return value: No error 39 41 40 42 NOTE: pthread_attr_setstack 2-1: got the wrong stacksize or stackaddr: No error. This test seems to pass now on hrev58330.