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