Fixes and improvements on the History API #11
Annotations
5 errors and 1 warning
CxxTest.testScope:
ClangAstParser/bin/eu/antarex/clang/parser/tests/CxxTest.class#L1
expected:<...if(x) {
a++;
}
if(x)[;
if(x)];
if(x) {
}
for(;;)
...> but was:<...if(x) {
a++;
}
if(x)[ ;
if(x) ];
if(x) {
}
for(;;)
...>
|
CTest.testTraversal:
ClangAstParser/bin/eu/antarex/clang/parser/tests/CTest.class#L1
expected:<...mt'
Joinpoint 'body'[
Joinpoint 'function']> but was:<...mt'
Joinpoint 'body'[]>
|
CxxApiTest.testCMaker:
ClavaWeaver/bin/pt/up/fe/specs/cxxweaver/tests/CxxApiTest.class#L1
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/debbd0f8-afc7-4786-8e42-efd23cd0005b"
Cmaker.build: Could not generate makefile
bash: line 1: cmake /tmp/tmp_runner/debbd0f8-afc7-4786-8e42-efd23cd0005b: No such file or directory
Could not create executable]>
|
CxxTest.testGlobalAttributes:
ClangAstParser/bin/eu/antarex/clang/parser/tests/CxxTest.class#L1
expected:<...indLiteral,location,[]previousId,typeAsStr...> but was:<...indLiteral,location,[origin,]previousId,typeAsStr...>
|
build
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v3, mikepenz/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|