Fixes and improvements on the History API #160
383 tests run, 379 passed, 0 skipped, 4 failed.
true
Annotations
Check failure on line 1 in ClangAstParser/bin/eu/antarex/clang/parser/tests/CxxTest.class
github-actions / JUnit Test Report
CxxTest.testScope
expected:<...if(x) {
a++;
}
if(x)[;
if(x)];
if(x) {
}
for(;;)
...> but was:<...if(x) {
a++;
}
if(x)[ ;
if(x) ];
if(x) {
}
for(;;)
...>
Raw output
junit.framework.AssertionFailedError: expected:<...if(x) {
a++;
}
if(x)[;
if(x)];
if(x) {
}
for(;;)
...> but was:<...if(x) {
a++;
}
if(x)[ ;
if(x) ];
if(x) {
}
for(;;)
...>
at eu.antarex.clang.parser.AClangAstTester.testProper(Unknown Source)
at eu.antarex.clang.parser.AClangAstTester.test(Unknown Source)
at eu.antarex.clang.parser.tests.CxxTest.testScope(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Check failure on line 1 in ClangAstParser/bin/eu/antarex/clang/parser/tests/CTest.class
github-actions / JUnit Test Report
CTest.testTraversal
expected:<...mt'
Joinpoint 'body'[
Joinpoint 'function']> but was:<...mt'
Joinpoint 'body'[]>
Raw output
junit.framework.AssertionFailedError: expected:<...mt'
Joinpoint 'body'[
Joinpoint 'function']> but was:<...mt'
Joinpoint 'body'[]>
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.tests.CTest.testTraversal(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Check failure on line 1 in ClavaWeaver/bin/pt/up/fe/specs/cxxweaver/tests/CxxApiTest.class
github-actions / JUnit Test Report
CxxApiTest.testCMaker
expected:<[Created executable: testapp]> but was:<[ProcessExecutor.execute: process returned with value '127', which might signal a problem. Under these conditions, it is not guaranteed that we can obtain the output of the application. Please run the application directly in the a terminal.
Executed command: cmake "/tmp/tmp_runner/9e2b803e-9bbc-4ffc-9d2c-2ae7ab87a25a"
Cmaker.build: Could not generate makefile
bash: line 1: cmake /tmp/tmp_runner/9e2b803e-9bbc-4ffc-9d2c-2ae7ab87a25a: No such file or directory
Could not create executable]>
Raw output
junit.framework.AssertionFailedError: expected:<[Created executable: testapp]> but was:<[ProcessExecutor.execute: process returned with value '127', which might signal a problem. Under these conditions, it is not guaranteed that we can obtain the output of the application. Please run the application directly in the a terminal.
Executed command: cmake "/tmp/tmp_runner/9e2b803e-9bbc-4ffc-9d2c-2ae7ab87a25a"
Cmaker.build: Could not generate makefile
bash: line 1: cmake /tmp/tmp_runner/9e2b803e-9bbc-4ffc-9d2c-2ae7ab87a25a: No such file or directory
Could not create executable]>
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.tests.CxxApiTest.testCMaker(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Check failure on line 1 in ClangAstParser/bin/eu/antarex/clang/parser/tests/CxxTest.class
github-actions / JUnit Test Report
CxxTest.testGlobalAttributes
expected:<...indLiteral,location,[]previousId,typeAsStr...> but was:<...indLiteral,location,[origin,]previousId,typeAsStr...>
Raw output
junit.framework.AssertionFailedError: expected:<...indLiteral,location,[]previousId,typeAsStr...> but was:<...indLiteral,location,[origin,]previousId,typeAsStr...>
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.tests.CxxTest.testGlobalAttributes(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)