From a89d1614b89773729ba6367d524a213a75c14509 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 28 Apr 2020 16:13:36 +0200 Subject: [PATCH] Move broken exercises elsewhere --- tests/go/func/{ => broken}/correct/atoibase.go | 0 tests/go/func/{ => broken}/correct/base.go | 0 tests/go/func/{ => broken}/correct/btree.go | 0 tests/go/func/{ => broken}/correct/convertbase.go | 0 tests/go/func/{ => broken}/correct/listat.go | 0 tests/go/func/{ => broken}/correct/listclear.go | 0 tests/go/func/{ => broken}/correct/listfind.go | 0 tests/go/func/{ => broken}/correct/listforeach.go | 0 tests/go/func/{ => broken}/correct/listforeachif.go | 0 tests/go/func/{ => broken}/correct/listlast.go | 0 tests/go/func/{ => broken}/correct/listmerge.go | 0 tests/go/func/{ => broken}/correct/listpushback.go | 0 tests/go/func/{ => broken}/correct/listpushfront.go | 0 tests/go/func/{ => broken}/correct/listremoveif.go | 0 tests/go/func/{ => broken}/correct/listreverse.go | 0 tests/go/func/{ => broken}/correct/listsize.go | 0 tests/go/func/{ => broken}/correct/listsort.go | 0 tests/go/func/{ => broken}/correct/printnbrbase.go | 0 tests/go/func/{ => broken}/correct/sortedlistmerge.go | 0 tests/go/func/{ => broken}/correct/sortlistinsert.go | 0 tests/go/func/{ => broken}/test_atoibase.go | 0 tests/go/func/{ => broken}/test_btreeapplybylevel.go | 0 tests/go/func/{ => broken}/test_btreeapplyinorder.go | 0 tests/go/func/{ => broken}/test_btreeapplypostorder.go | 0 tests/go/func/{ => broken}/test_btreeapplypreorder.go | 0 tests/go/func/{ => broken}/test_btreedeletenode.go | 0 tests/go/func/{ => broken}/test_btreeinsertdata.go | 0 tests/go/func/{ => broken}/test_btreeisbinary.go | 0 tests/go/func/{ => broken}/test_btreelevelcount.go | 0 tests/go/func/{ => broken}/test_btreemax.go | 0 tests/go/func/{ => broken}/test_btreemin.go | 0 tests/go/func/{ => broken}/test_btreesearchitem.go | 0 tests/go/func/{ => broken}/test_btreetransplant.go | 0 tests/go/func/{ => broken}/test_convertbase.go | 0 tests/go/func/{ => broken}/test_listat.go | 0 tests/go/func/{ => broken}/test_listclear.go | 0 tests/go/func/{ => broken}/test_listfind.go | 0 tests/go/func/{ => broken}/test_listforeach.go | 0 tests/go/func/{ => broken}/test_listforeachif.go | 0 tests/go/func/{ => broken}/test_listlast.go | 0 tests/go/func/{ => broken}/test_listmerge.go | 0 tests/go/func/{ => broken}/test_listpushback.go | 0 tests/go/func/{ => broken}/test_listpushfront.go | 0 tests/go/func/{ => broken}/test_listremoveif.go | 0 tests/go/func/{ => broken}/test_listreverse.go | 0 tests/go/func/{ => broken}/test_listsize.go | 0 tests/go/func/{ => broken}/test_listsort.go | 0 tests/go/func/{ => broken}/test_printnbrbase.go | 0 tests/go/func/{ => broken}/test_sortedlistmerge.go | 0 tests/go/func/{ => broken}/test_sortlistinsert.go | 0 50 files changed, 0 insertions(+), 0 deletions(-) rename tests/go/func/{ => broken}/correct/atoibase.go (100%) rename tests/go/func/{ => broken}/correct/base.go (100%) rename tests/go/func/{ => broken}/correct/btree.go (100%) rename tests/go/func/{ => broken}/correct/convertbase.go (100%) rename tests/go/func/{ => broken}/correct/listat.go (100%) rename tests/go/func/{ => broken}/correct/listclear.go (100%) rename tests/go/func/{ => broken}/correct/listfind.go (100%) rename tests/go/func/{ => broken}/correct/listforeach.go (100%) rename tests/go/func/{ => broken}/correct/listforeachif.go (100%) rename tests/go/func/{ => broken}/correct/listlast.go (100%) rename tests/go/func/{ => broken}/correct/listmerge.go (100%) rename tests/go/func/{ => broken}/correct/listpushback.go (100%) rename tests/go/func/{ => broken}/correct/listpushfront.go (100%) rename tests/go/func/{ => broken}/correct/listremoveif.go (100%) rename tests/go/func/{ => broken}/correct/listreverse.go (100%) rename tests/go/func/{ => broken}/correct/listsize.go (100%) rename tests/go/func/{ => broken}/correct/listsort.go (100%) rename tests/go/func/{ => broken}/correct/printnbrbase.go (100%) rename tests/go/func/{ => broken}/correct/sortedlistmerge.go (100%) rename tests/go/func/{ => broken}/correct/sortlistinsert.go (100%) rename tests/go/func/{ => broken}/test_atoibase.go (100%) rename tests/go/func/{ => broken}/test_btreeapplybylevel.go (100%) rename tests/go/func/{ => broken}/test_btreeapplyinorder.go (100%) rename tests/go/func/{ => broken}/test_btreeapplypostorder.go (100%) rename tests/go/func/{ => broken}/test_btreeapplypreorder.go (100%) rename tests/go/func/{ => broken}/test_btreedeletenode.go (100%) rename tests/go/func/{ => broken}/test_btreeinsertdata.go (100%) rename tests/go/func/{ => broken}/test_btreeisbinary.go (100%) rename tests/go/func/{ => broken}/test_btreelevelcount.go (100%) rename tests/go/func/{ => broken}/test_btreemax.go (100%) rename tests/go/func/{ => broken}/test_btreemin.go (100%) rename tests/go/func/{ => broken}/test_btreesearchitem.go (100%) rename tests/go/func/{ => broken}/test_btreetransplant.go (100%) rename tests/go/func/{ => broken}/test_convertbase.go (100%) rename tests/go/func/{ => broken}/test_listat.go (100%) rename tests/go/func/{ => broken}/test_listclear.go (100%) rename tests/go/func/{ => broken}/test_listfind.go (100%) rename tests/go/func/{ => broken}/test_listforeach.go (100%) rename tests/go/func/{ => broken}/test_listforeachif.go (100%) rename tests/go/func/{ => broken}/test_listlast.go (100%) rename tests/go/func/{ => broken}/test_listmerge.go (100%) rename tests/go/func/{ => broken}/test_listpushback.go (100%) rename tests/go/func/{ => broken}/test_listpushfront.go (100%) rename tests/go/func/{ => broken}/test_listremoveif.go (100%) rename tests/go/func/{ => broken}/test_listreverse.go (100%) rename tests/go/func/{ => broken}/test_listsize.go (100%) rename tests/go/func/{ => broken}/test_listsort.go (100%) rename tests/go/func/{ => broken}/test_printnbrbase.go (100%) rename tests/go/func/{ => broken}/test_sortedlistmerge.go (100%) rename tests/go/func/{ => broken}/test_sortlistinsert.go (100%) diff --git a/tests/go/func/correct/atoibase.go b/tests/go/func/broken/correct/atoibase.go similarity index 100% rename from tests/go/func/correct/atoibase.go rename to tests/go/func/broken/correct/atoibase.go diff --git a/tests/go/func/correct/base.go b/tests/go/func/broken/correct/base.go similarity index 100% rename from tests/go/func/correct/base.go rename to tests/go/func/broken/correct/base.go diff --git a/tests/go/func/correct/btree.go b/tests/go/func/broken/correct/btree.go similarity index 100% rename from tests/go/func/correct/btree.go rename to tests/go/func/broken/correct/btree.go diff --git a/tests/go/func/correct/convertbase.go b/tests/go/func/broken/correct/convertbase.go similarity index 100% rename from tests/go/func/correct/convertbase.go rename to tests/go/func/broken/correct/convertbase.go diff --git a/tests/go/func/correct/listat.go b/tests/go/func/broken/correct/listat.go similarity index 100% rename from tests/go/func/correct/listat.go rename to tests/go/func/broken/correct/listat.go diff --git a/tests/go/func/correct/listclear.go b/tests/go/func/broken/correct/listclear.go similarity index 100% rename from tests/go/func/correct/listclear.go rename to tests/go/func/broken/correct/listclear.go diff --git a/tests/go/func/correct/listfind.go b/tests/go/func/broken/correct/listfind.go similarity index 100% rename from tests/go/func/correct/listfind.go rename to tests/go/func/broken/correct/listfind.go diff --git a/tests/go/func/correct/listforeach.go b/tests/go/func/broken/correct/listforeach.go similarity index 100% rename from tests/go/func/correct/listforeach.go rename to tests/go/func/broken/correct/listforeach.go diff --git a/tests/go/func/correct/listforeachif.go b/tests/go/func/broken/correct/listforeachif.go similarity index 100% rename from tests/go/func/correct/listforeachif.go rename to tests/go/func/broken/correct/listforeachif.go diff --git a/tests/go/func/correct/listlast.go b/tests/go/func/broken/correct/listlast.go similarity index 100% rename from tests/go/func/correct/listlast.go rename to tests/go/func/broken/correct/listlast.go diff --git a/tests/go/func/correct/listmerge.go b/tests/go/func/broken/correct/listmerge.go similarity index 100% rename from tests/go/func/correct/listmerge.go rename to tests/go/func/broken/correct/listmerge.go diff --git a/tests/go/func/correct/listpushback.go b/tests/go/func/broken/correct/listpushback.go similarity index 100% rename from tests/go/func/correct/listpushback.go rename to tests/go/func/broken/correct/listpushback.go diff --git a/tests/go/func/correct/listpushfront.go b/tests/go/func/broken/correct/listpushfront.go similarity index 100% rename from tests/go/func/correct/listpushfront.go rename to tests/go/func/broken/correct/listpushfront.go diff --git a/tests/go/func/correct/listremoveif.go b/tests/go/func/broken/correct/listremoveif.go similarity index 100% rename from tests/go/func/correct/listremoveif.go rename to tests/go/func/broken/correct/listremoveif.go diff --git a/tests/go/func/correct/listreverse.go b/tests/go/func/broken/correct/listreverse.go similarity index 100% rename from tests/go/func/correct/listreverse.go rename to tests/go/func/broken/correct/listreverse.go diff --git a/tests/go/func/correct/listsize.go b/tests/go/func/broken/correct/listsize.go similarity index 100% rename from tests/go/func/correct/listsize.go rename to tests/go/func/broken/correct/listsize.go diff --git a/tests/go/func/correct/listsort.go b/tests/go/func/broken/correct/listsort.go similarity index 100% rename from tests/go/func/correct/listsort.go rename to tests/go/func/broken/correct/listsort.go diff --git a/tests/go/func/correct/printnbrbase.go b/tests/go/func/broken/correct/printnbrbase.go similarity index 100% rename from tests/go/func/correct/printnbrbase.go rename to tests/go/func/broken/correct/printnbrbase.go diff --git a/tests/go/func/correct/sortedlistmerge.go b/tests/go/func/broken/correct/sortedlistmerge.go similarity index 100% rename from tests/go/func/correct/sortedlistmerge.go rename to tests/go/func/broken/correct/sortedlistmerge.go diff --git a/tests/go/func/correct/sortlistinsert.go b/tests/go/func/broken/correct/sortlistinsert.go similarity index 100% rename from tests/go/func/correct/sortlistinsert.go rename to tests/go/func/broken/correct/sortlistinsert.go diff --git a/tests/go/func/test_atoibase.go b/tests/go/func/broken/test_atoibase.go similarity index 100% rename from tests/go/func/test_atoibase.go rename to tests/go/func/broken/test_atoibase.go diff --git a/tests/go/func/test_btreeapplybylevel.go b/tests/go/func/broken/test_btreeapplybylevel.go similarity index 100% rename from tests/go/func/test_btreeapplybylevel.go rename to tests/go/func/broken/test_btreeapplybylevel.go diff --git a/tests/go/func/test_btreeapplyinorder.go b/tests/go/func/broken/test_btreeapplyinorder.go similarity index 100% rename from tests/go/func/test_btreeapplyinorder.go rename to tests/go/func/broken/test_btreeapplyinorder.go diff --git a/tests/go/func/test_btreeapplypostorder.go b/tests/go/func/broken/test_btreeapplypostorder.go similarity index 100% rename from tests/go/func/test_btreeapplypostorder.go rename to tests/go/func/broken/test_btreeapplypostorder.go diff --git a/tests/go/func/test_btreeapplypreorder.go b/tests/go/func/broken/test_btreeapplypreorder.go similarity index 100% rename from tests/go/func/test_btreeapplypreorder.go rename to tests/go/func/broken/test_btreeapplypreorder.go diff --git a/tests/go/func/test_btreedeletenode.go b/tests/go/func/broken/test_btreedeletenode.go similarity index 100% rename from tests/go/func/test_btreedeletenode.go rename to tests/go/func/broken/test_btreedeletenode.go diff --git a/tests/go/func/test_btreeinsertdata.go b/tests/go/func/broken/test_btreeinsertdata.go similarity index 100% rename from tests/go/func/test_btreeinsertdata.go rename to tests/go/func/broken/test_btreeinsertdata.go diff --git a/tests/go/func/test_btreeisbinary.go b/tests/go/func/broken/test_btreeisbinary.go similarity index 100% rename from tests/go/func/test_btreeisbinary.go rename to tests/go/func/broken/test_btreeisbinary.go diff --git a/tests/go/func/test_btreelevelcount.go b/tests/go/func/broken/test_btreelevelcount.go similarity index 100% rename from tests/go/func/test_btreelevelcount.go rename to tests/go/func/broken/test_btreelevelcount.go diff --git a/tests/go/func/test_btreemax.go b/tests/go/func/broken/test_btreemax.go similarity index 100% rename from tests/go/func/test_btreemax.go rename to tests/go/func/broken/test_btreemax.go diff --git a/tests/go/func/test_btreemin.go b/tests/go/func/broken/test_btreemin.go similarity index 100% rename from tests/go/func/test_btreemin.go rename to tests/go/func/broken/test_btreemin.go diff --git a/tests/go/func/test_btreesearchitem.go b/tests/go/func/broken/test_btreesearchitem.go similarity index 100% rename from tests/go/func/test_btreesearchitem.go rename to tests/go/func/broken/test_btreesearchitem.go diff --git a/tests/go/func/test_btreetransplant.go b/tests/go/func/broken/test_btreetransplant.go similarity index 100% rename from tests/go/func/test_btreetransplant.go rename to tests/go/func/broken/test_btreetransplant.go diff --git a/tests/go/func/test_convertbase.go b/tests/go/func/broken/test_convertbase.go similarity index 100% rename from tests/go/func/test_convertbase.go rename to tests/go/func/broken/test_convertbase.go diff --git a/tests/go/func/test_listat.go b/tests/go/func/broken/test_listat.go similarity index 100% rename from tests/go/func/test_listat.go rename to tests/go/func/broken/test_listat.go diff --git a/tests/go/func/test_listclear.go b/tests/go/func/broken/test_listclear.go similarity index 100% rename from tests/go/func/test_listclear.go rename to tests/go/func/broken/test_listclear.go diff --git a/tests/go/func/test_listfind.go b/tests/go/func/broken/test_listfind.go similarity index 100% rename from tests/go/func/test_listfind.go rename to tests/go/func/broken/test_listfind.go diff --git a/tests/go/func/test_listforeach.go b/tests/go/func/broken/test_listforeach.go similarity index 100% rename from tests/go/func/test_listforeach.go rename to tests/go/func/broken/test_listforeach.go diff --git a/tests/go/func/test_listforeachif.go b/tests/go/func/broken/test_listforeachif.go similarity index 100% rename from tests/go/func/test_listforeachif.go rename to tests/go/func/broken/test_listforeachif.go diff --git a/tests/go/func/test_listlast.go b/tests/go/func/broken/test_listlast.go similarity index 100% rename from tests/go/func/test_listlast.go rename to tests/go/func/broken/test_listlast.go diff --git a/tests/go/func/test_listmerge.go b/tests/go/func/broken/test_listmerge.go similarity index 100% rename from tests/go/func/test_listmerge.go rename to tests/go/func/broken/test_listmerge.go diff --git a/tests/go/func/test_listpushback.go b/tests/go/func/broken/test_listpushback.go similarity index 100% rename from tests/go/func/test_listpushback.go rename to tests/go/func/broken/test_listpushback.go diff --git a/tests/go/func/test_listpushfront.go b/tests/go/func/broken/test_listpushfront.go similarity index 100% rename from tests/go/func/test_listpushfront.go rename to tests/go/func/broken/test_listpushfront.go diff --git a/tests/go/func/test_listremoveif.go b/tests/go/func/broken/test_listremoveif.go similarity index 100% rename from tests/go/func/test_listremoveif.go rename to tests/go/func/broken/test_listremoveif.go diff --git a/tests/go/func/test_listreverse.go b/tests/go/func/broken/test_listreverse.go similarity index 100% rename from tests/go/func/test_listreverse.go rename to tests/go/func/broken/test_listreverse.go diff --git a/tests/go/func/test_listsize.go b/tests/go/func/broken/test_listsize.go similarity index 100% rename from tests/go/func/test_listsize.go rename to tests/go/func/broken/test_listsize.go diff --git a/tests/go/func/test_listsort.go b/tests/go/func/broken/test_listsort.go similarity index 100% rename from tests/go/func/test_listsort.go rename to tests/go/func/broken/test_listsort.go diff --git a/tests/go/func/test_printnbrbase.go b/tests/go/func/broken/test_printnbrbase.go similarity index 100% rename from tests/go/func/test_printnbrbase.go rename to tests/go/func/broken/test_printnbrbase.go diff --git a/tests/go/func/test_sortedlistmerge.go b/tests/go/func/broken/test_sortedlistmerge.go similarity index 100% rename from tests/go/func/test_sortedlistmerge.go rename to tests/go/func/broken/test_sortedlistmerge.go diff --git a/tests/go/func/test_sortlistinsert.go b/tests/go/func/broken/test_sortlistinsert.go similarity index 100% rename from tests/go/func/test_sortlistinsert.go rename to tests/go/func/broken/test_sortlistinsert.go