From d111f33f4c4fc2965c7cd4121122fef33f7580e6 Mon Sep 17 00:00:00 2001 From: Ivan Baravy Date: Fri, 21 Jul 2023 05:16:09 +0100 Subject: [PATCH] Convert disabled tests to the new format --- test/{023_#net_#f75_all.d => d023/run.us} | 0 test/d023/tags.txt | 2 ++ test/d023/timeout.txt | 1 + test/d052/run.us | 3 +++ test/d052/tags.txt | 2 ++ test/d052/timeout.txt | 1 + 6 files changed, 9 insertions(+) rename test/{023_#net_#f75_all.d => d023/run.us} (100%) create mode 100644 test/d023/tags.txt create mode 100644 test/d023/timeout.txt create mode 100644 test/d052/run.us create mode 100644 test/d052/tags.txt create mode 100644 test/d052/timeout.txt diff --git a/test/023_#net_#f75_all.d b/test/d023/run.us similarity index 100% rename from test/023_#net_#f75_all.d rename to test/d023/run.us diff --git a/test/d023/tags.txt b/test/d023/tags.txt new file mode 100644 index 0000000..919c19c --- /dev/null +++ b/test/d023/tags.txt @@ -0,0 +1,2 @@ +syscall: +net: diff --git a/test/d023/timeout.txt b/test/d023/timeout.txt new file mode 100644 index 0000000..39e1887 --- /dev/null +++ b/test/d023/timeout.txt @@ -0,0 +1 @@ +10s diff --git a/test/d052/run.us b/test/d052/run.us new file mode 100644 index 0000000..e0eea21 --- /dev/null +++ b/test/d052/run.us @@ -0,0 +1,3 @@ +umka_init +ramdisk_init ../img/kolibri.img +load_dll /sys/lib/network.obj diff --git a/test/d052/tags.txt b/test/d052/tags.txt new file mode 100644 index 0000000..fa9b2ab --- /dev/null +++ b/test/d052/tags.txt @@ -0,0 +1,2 @@ +syscall: +dll: diff --git a/test/d052/timeout.txt b/test/d052/timeout.txt new file mode 100644 index 0000000..39e1887 --- /dev/null +++ b/test/d052/timeout.txt @@ -0,0 +1 @@ +10s