Procházet zdrojové kódy

disable TestUnicode.testIPC() for local runs (see #8380)

Aleksandr Kuzmenko před 6 roky
rodič
revize
c3723469ba
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      tests/sys/src/TestUnicode.hx

+ 4 - 1
tests/sys/src/TestUnicode.hx

@@ -290,6 +290,8 @@ class TestUnicode extends utest.Test {
 #end
 	}
 
+	// Temporary disabled for local run because of https://github.com/HaxeFoundation/haxe/issues/8380
+	#if (travis || appveyor || azure)
 	function testIPC() {
 		// stdin.readLine
 		UnicodeSequences.normalBoth(str -> {
@@ -304,7 +306,7 @@ class TestUnicode extends utest.Test {
 
 		// stdin.readUntil
 		UnicodeSequences.normalBoth(str -> {
-				// make sure the 0x70 byte is not part of the test string 
+				// make sure the 0x70 byte is not part of the test string
 				assertUEquals(runUtility(["stdin.readUntil", "0x70"], {stdin: str + "\x70" + str + "\x70"}).stdout, str + endLine);
 			});
 
@@ -342,6 +344,7 @@ class TestUnicode extends utest.Test {
 		}
 		#end
 	}
+	#end
 
 	function testIO() {
 		// getBytes