Ticket #4290 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

hClose002 test fails on Solaris/x86 due to bad expected output

Reported by: kgardas Owned by: igloo
Priority: normal Milestone:
Component: Test Suite Version: 6.13
Keywords: Cc:
Operating System: Solaris Architecture: x86
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Hello, lib/IO/hClose002 testcase fails on solaris/x86 due to bad expected output. Solaris produces "Bad file number" instead of "Bad file descriptor" message, but this is still the same EABDF error, so it's perfectly correct to provide custom solaris-x86 stdout expected file for this case.

Attachments

hClose002.dpatch Download (75.6 KB) - added by kgardas 3 years ago.
Proposed fix for this issue

Change History

Changed 3 years ago by kgardas

Proposed fix for this issue

in reply to: ↑ description   Changed 3 years ago by kgardas

  • owner set to igloo

Replying to kgardas:

.. but this is still the same EABDF error..

Sorry for typo, this should be EBADF error of errno=9. See  http://docs.sun.com/app/docs/doc/806-1075/6jacsnimh?l=en&a=view for more information. Proposed fix for this issue is attached.

  Changed 3 years ago by kgardas

  • version changed from 6.12.3 to 6.13

  Changed 3 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Applied, thanks!

Note: See TracTickets for help on using tickets.