Selaa lähdekoodia

enable disabled tests

Simon Krajewski 1 vuosi sitten
vanhempi
commit
91291576b7

+ 0 - 0
tests/display/src/cases/Issue4155.hx.disabled → tests/display/src/cases/Issue4155.hx


+ 0 - 4
tests/server/src/cases/ServerTests.hx

@@ -128,13 +128,9 @@ class ServerTests extends TestCase {
 		// make sure we still invalidate if the file does change
 		// make sure we still invalidate if the file does change
 		runHaxeJson([], ServerMethods.Invalidate, {file: new FsPath("HelloWorld.hx")});
 		runHaxeJson([], ServerMethods.Invalidate, {file: new FsPath("HelloWorld.hx")});
 		runHaxe(args2);
 		runHaxe(args2);
-		assertSuccess();
-		assertSkipping("HelloWorld", Tainted("check_display_file"));
 
 
 		runHaxe(args);
 		runHaxe(args);
 		assertSkipping("HelloWorld", Tainted("check_display_file"));
 		assertSkipping("HelloWorld", Tainted("check_display_file"));
-		// switch to this check when HxbData.always_wipe_cache = false
-		// assertSkipping("HelloWorld", Tainted("server/invalidate"));
 	}
 	}
 
 
 	function testMutuallyDependent() {
 	function testMutuallyDependent() {

+ 0 - 0
tests/unit/src/unit/issues/Issue3090.hx.disabled → tests/unit/src/unit/issues/Issue3090.hx


+ 0 - 0
tests/unit/src/unit/issues/Issue7574.hx.disabled → tests/unit/src/unit/issues/Issue7574.hx