Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch:t/lib/io_unix.t _58 QNX #276

Closed
p5pRT opened this issue Jul 28, 1999 · 1 comment
Closed

Patch:t/lib/io_unix.t _58 QNX #276

p5pRT opened this issue Jul 28, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jul 28, 1999

Migrated from rt.perl.org#1098 (status was 'resolved')

Searchable as RT1098$

@p5pRT
Copy link
Author

p5pRT commented Jul 28, 1999

From allen@huarp.harvard.edu

exit 0

*** perl5.005_58.ORIG/t/lib/io_unix.t Tue Jul 20 13​:18​:13 1999
--- perl5.005_58/t/lib/io_unix.t Wed Jul 28 13​:59​:01 1999
***************
*** 27,32 ****
--- 27,34 ----
  eval {IO​::Socket​::pack_sockaddr_un('/tmp/foo') || 1}
  or $@​ !~ /not implemented/ or
  $reason = 'compiled without TCP/IP stack v4';
+ } elsif ($^O eq 'qnx') {
+ $reason = 'Not implemented';
  }
  undef $reason if $^O eq 'VMS' and $Config{d_socket};
  if ($reason) {

@p5pRT p5pRT closed this as completed Nov 28, 2003
jkeenan pushed a commit that referenced this issue Nov 2, 2023
0.000159  2023-10-25 14:09:23-07:00 America/Los_Angeles

    - Document that diag() intentionally returns false, and add a `return 0`

0.000158  2023-10-22 22:05:42-07:00 America/Los_Angeles

    - Mark Workflow-Acceptance.t as AUTHOR_TESTING

0.000157  2023-10-22 21:26:49-07:00 America/Los_Angeles

    - Fix #280: Document --no_srand option in Test2::V0
    - Fix #276: Document bool() import in Test2::V0
    - Fix #279: Merged fix for VMS test issues
    - Fix #277: Merged POD tweaks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant