Description
Previous ID | SR-2856 |
Radar | rdar://problem/28598500 |
Original Reporter | erg (JIRA User) |
Type | Bug |
Status | Resolved |
Resolution | Done |
Additional Detail from JIRA
Votes | 0 |
Component/s | libdispatch |
Labels | Bug |
Assignee | dgrove-oss (JIRA) |
Priority | Medium |
md5: 5383403a9de42fe43ff508c2c62f0e0b
Issue Description:
This fails sometimes in the Ubuntu CI.
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/8010/console
```
PASS: dispatch_starfish
PASS: dispatch_data
PASS: dispatch_io_net
PASS: dispatch_select
libdispatch 1.3: tests/test-suite.log
-
TOTAL: 22
-
PASS: 21
-
SKIP: 0
-
XFAIL: 0
-
FAIL: 1
-
XPASS: 0
-
ERROR: 0
.. contents:: :depth: 2
FAIL: dispatch_timer_set_time
==================================================
[TEST] Dispatch Update Timer
[PID] 41980
[BEGIN] dispatch_source_create
Actual: 0x947180
Expected: 0x947180
[PASS] dispatch_source_create
[BEGIN] dispatch_source_timer_create
Actual: 0x947180
Expected: 0x947180
[PASS] dispatch_source_timer_create
1
2
3
4
5
6
7
[BEGIN] total duration
Actual: 3
Expected: <3
[FAIL] total duration (dispatch_timer_set_time.c:56)
dispatch_timer_set_time.c:56
[BEGIN] Process exited
Actual: 0
Expected: 0
[PASS] Process exited
[PERF] wall time: 0.000113
[PERF] user time: 0.304000
[PERF] system time: 1.084000
[PERF] max resident set size: 19684
[PERF] page faults: 0
[PERF] swaps: 0
[PERF] voluntary context switches: 319840
[PERF] involuntary context switches: 11
FAIL dispatch_timer_set_time (exit status: 1)
============================================================================
Testsuite summary for libdispatch 1.3
-
TOTAL: 22
-
PASS: 21
-
SKIP: 0
-
XFAIL: 0
-
FAIL: 1
-
XPASS: 0
-
ERROR: 0
```