Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes and improvements on the History API #160

Draft
wants to merge 43 commits into
base: staging
Choose a base branch
from

docs: added README with History API Overview

ffb8427
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Fixes and improvements on the History API #160

docs: added README with History API Overview
ffb8427
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Jul 29, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)