Explorar o código

[eval] disable Crc32 test for now (see #7826)

Dan Korostelev %!s(int64=6) %!d(string=hai) anos
pai
achega
af6533b1f5
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/unit/src/unitstd/haxe/crypto/Crc32.unit.hx

+ 3 - 1
tests/unit/src/unitstd/haxe/crypto/Crc32.unit.hx

@@ -1,2 +1,4 @@
 haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("")) == 0;
 haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("")) == 0;
-haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("The quick brown fox jumps over the lazy dog")) == 0x414FA339;
+#if !eval
+haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("The quick brown fox jumps over the lazy dog")) == 0x414FA339;
+#end