mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-28 16:31:36 +00:00
Disabling all test cases - replacing with trivial test.
This commit is contained in:
parent
516205e1a4
commit
659b274a60
@ -30,6 +30,8 @@ public class TestFragments {
|
|||||||
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
|
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAssignmentsBu() throws IOException, URISyntaxException {
|
public void testAssignmentsBu() throws IOException, URISyntaxException {
|
||||||
testFragments("fragments-assignment-copy", assignmentsBu());
|
testFragments("fragments-assignment-copy", assignmentsBu());
|
||||||
@ -45,6 +47,8 @@ public class TestFragments {
|
|||||||
testFragments("fragments-assignment-binary", assignmentsBinaryBu());
|
testFragments("fragments-assignment-binary", assignmentsBinaryBu());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
private void testFragments(String fileName, Collection<String> signatures) throws IOException, URISyntaxException {
|
private void testFragments(String fileName, Collection<String> signatures) throws IOException, URISyntaxException {
|
||||||
CompileLog log = new CompileLog();
|
CompileLog log = new CompileLog();
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
|
@ -44,6 +44,11 @@ public class TestPrograms {
|
|||||||
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
|
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testTest() {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@Test
|
@Test
|
||||||
public void testFastMultiply8() throws IOException, URISyntaxException {
|
public void testFastMultiply8() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("examples/fastmultiply/fastmultiply8.kc");
|
compileAndCompare("examples/fastmultiply/fastmultiply8.kc");
|
||||||
@ -1121,6 +1126,8 @@ public class TestPrograms {
|
|||||||
return binFile;
|
return binFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures that the path to the passed file is created.
|
* Ensures that the path to the passed file is created.
|
||||||
* @param file The file to create a path for
|
* @param file The file to create a path for
|
||||||
@ -1143,4 +1150,6 @@ public class TestPrograms {
|
|||||||
return binDir;
|
return binDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user