Ticket #2883 (closed defect: fixed)
non-portable test
Reported by: | onlyjob | Owned by: | slavazanko |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.7 |
Component: | tests | Version: | 4.8.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
When building with --enable-tests one test fails on at least 12 architectures out of 14:
#i386
make[6]: Entering directory `/build/buildd-mc_4.8.5-1~exp0-i386-y0nldb/mc-4.8.5/tests/src/filemanager' Running suite(s): /src/filemanager 0%: Checks: 1, Failures: 1, Errors: 0 do_panel_cd.c:89:F:Core:test_do_panel_cd_empty_mean_home:0: Assertion 'ret' failed FAIL: do_panel_cd Running suite(s): /src/filemanager 100%: Checks: 1, Failures: 0, Errors: 0 PASS: examine_cd =================== 1 of 2 tests failed ===================
#armhf
make[6]: Entering directory `/build/buildd-mc_4.8.5-1~exp0-armhf-HKC0OG/mc-4.8.5/tests/src/filemanager' Running suite(s): /src/filemanager 0%: Checks: 1, Failures: 1, Errors: 0 do_panel_cd.c:89:F:Core:test_do_panel_cd_empty_mean_home:0: Assertion 'ret' failed FAIL: do_panel_cd Running suite(s): /src/filemanager 100%: Checks: 1, Failures: 0, Errors: 0 PASS: examine_cd make[6]: *** [check-TESTS] Error 1 =================== 1 of 2 tests failed ===================
#kfreebsd-amd64
make[6]: Entering directory `/build/buildd-mc_4.8.5-1~exp0-kfreebsd-amd64-760rVX/mc-4.8.5/tests/src/filemanager' Running suite(s): /src/filemanager 0%: Checks: 1, Failures: 1, Errors: 0 do_panel_cd.c:89:F:Core:test_do_panel_cd_empty_mean_home:0: Assertion 'ret' failed FAIL: do_panel_cd Running suite(s): /src/filemanager 100%: Checks: 1, Failures: 0, Errors: 0 PASS: examine_cd =================== 1 of 2 tests failed ===================
etc.
Thank you.
Change History
comment:1 Changed 12 years ago by slavazanko
- Status changed from new to accepted
- Owner set to slavazanko
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.7
comment:3 Changed 12 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
- Branch state changed from on review to approved
comment:4 Changed 12 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b angel_il to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master, merge changeset:5624861a9d8f574ee0422903f19f14b72f9dc14f
comment:5 Changed 12 years ago by slavazanko
- Status changed from testing to closed
- Votes for changeset changed from committed-master to committed-master committed-stable
Cherry-picked to stable: changeset:84fecff024d548d4ec217061f8d7677e05bce66a
Note: See
TracTickets for help on using
tickets.
Created branch 2883_portable_tests
Review, please.