@@ -45,8 +45,8 @@ public static boolean isHaikuOS() {
4545 }
4646
4747 /**
48- * In certain Haiku OS environments, socketpair/connect/accept for AF_UNIX is buggy; it may not
49- * set the "connected state" (fixed in hrev57189).
48+ * In certain Haiku environments, socketpair/connect/accept for AF_UNIX is buggy; it may not set
49+ * the "connected state" (fixed in hrev57189).
5050 *
5151 * See <a href="https://dev.haiku-os.org/ticket/18534">Haiku Bug 18534</a> for details.
5252 *
@@ -55,12 +55,12 @@ public static boolean isHaikuOS() {
5555 */
5656 public static Exception haikuBug18534 (Throwable e ) {
5757 return new TestAbortedWithImportantMessageException (MessageType .TEST_ABORTED_SHORT_WITH_ISSUES ,
58- "AF_UNIX support is buggy in this HaikuOS release; see https://dev.haiku-os.org/ticket/18534" ,
58+ "AF_UNIX support is buggy in this Haiku release; see https://dev.haiku-os.org/ticket/18534" ,
5959 e );
6060 }
6161
6262 /**
63- * In certain Haiku OS environments, working with datagram sockets may result in a kernel hang
63+ * In certain Haiku environments, working with datagram sockets may result in a kernel hang
6464 * (spinlock upon send).
6565 *
6666 * See <a href="https://dev.haiku-os.org/ticket/18535">Haiku Bug 18535</a> for details.
@@ -70,7 +70,7 @@ public static Exception haikuBug18534(Throwable e) {
7070 */
7171 public static Exception haikuBug18535 (Throwable e ) {
7272 return new TestAbortedWithImportantMessageException (MessageType .TEST_ABORTED_SHORT_WITH_ISSUES ,
73- "AF_UNIX datagram support is buggy in this HaikuOS release; see https://dev.haiku-os.org/ticket/18535" ,
73+ "AF_UNIX datagram support is buggy in this Haiku release or environment ; see https://dev.haiku-os.org/ticket/18535" ,
7474 e );
7575 }
7676}
0 commit comments