Skip to content

Prepare repo for CDT 11.3.0 development #120

Prepare repo for CDT 11.3.0 development

Prepare repo for CDT 11.3.0 development #120

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Jul 11, 2023 in 0s

2 errors, 159 fail, 142 skipped, 10 991 pass in 45m 31s

     627 files       627 suites   45m 31s ⏱️
11 294 tests 10 991 ✔️ 142 💤 159  2 🔥
11 416 runs  11 113 ✔️ 142 💤 159  2 🔥

Results for commit ac84c4e.

Annotations

Check warning on line 0 in org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testOptions (org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.tearDown(OptionStringListValueTests.java:63)

Check warning on line 0 in org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testCfgDesEntries (org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.tearDown(OptionStringListValueTests.java:63)

Check warning on line 0 in org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testLibFiles (org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.tearDown(OptionStringListValueTests.java:63)

Check warning on line 0 in org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSetToEmptyList_bug531106 (org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.projectmodel.tests.OptionStringListValueTests.tearDown(OptionStringListValueTests.java:63)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test40 (org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests.xml [took 1s]
Raw output
junit.framework.AssertionFailedError: 
File makefile does not match its benchmark.
 expected:
 "################################################################################# Automatically-generated file. Do not edit!################################################################################-include ../makefile.initRM := rm -rf# All of the sources participating in the build are defined here-include sources.mk-include dir1/dd/ff/subdir.mk-include dir1/dd/excluded_c/asd/subdir.mk-include dir1/dd/excluded_c/subdir.mk-include d1_1/d2_1/subdir.mk-include d1_1/subdir.mk-include d1/d2/d3/subdir.mk-include d1/d2/subdir.mk-include d1/subdir.mkifneq ($(MAKECMDGOALS),clean)ifneq ($(strip $(C++_DEPS)),)-include $(C++_DEPS)endififneq ($(strip $(CC_DEPS)),)-include $(CC_DEPS)endififneq ($(strip $(CPP_DEPS)),)-include $(CPP_DEPS)endififneq ($(strip $(CXX_DEPS)),)-include $(CXX_DEPS)endififneq ($(strip $(C_DEPS)),)-include $(C_DEPS)endififneq ($(strip $(C_UPPER_DEPS)),)-include $(C_UPPER_DEPS)endifendif-include ../makefile.defsOPTIONAL_TOOL_DEPS := \$(wildcard ../makefile.defs) \$(wildcard ../makefile.init) \$(wildcard ../makefile.targets) \BUILD_ARTIFACT_NAME := test_40BUILD_ARTIFACT_EXTENSION :=BUILD_ARTIFACT_PREFIX :=BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)# Add inputs and outputs from these tool invocations to the build variables # All Targetall: main-build# Main-build Targetmain-build: test_40# Tool invocationstest_40: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS) uo2	@echo 'Building target: $@'	@echo 'Invoking: Test 4.0 ToolName.linker.gnu.cpp'	g++ -Llib/path/2 -o "test_40" $(OBJS) $(USER_OBJS) $(LIBS) uo2 -llib2	@echo 'Finished building target: $@'	@echo ' '# Other Targetsclean:	-$(RM) test_40	-@echo ' '.PHONY: all clean dependents main-build-include ../makefile.targets"

 but was:
 "################################################################################# Automatically-generated file. Do not edit!################################################################################-include ../makefile.initRM := rm -rf# All of the sources participating in the build are defined here-include sources.mk-include dir1/dd/ff/subdir.mk-include dir1/dd/excluded_c/asd/subdir.mk-include dir1/dd/excluded_c/subdir.mk-include d1_1/d2_1/subdir.mk-include d1_1/subdir.mk-include d1/d2/d3/subdir.mk-include d1/d2/subdir.mk-include d1/subdir.mkifneq ($(MAKECMDGOALS),clean)ifneq ($(strip $(C++M_DEPS)),)-include $(C++M_DEPS)endififneq ($(strip $(C++_DEPS)),)-include $(C++_DEPS)endififneq ($(strip $(CCM_DEPS)),)-include $(CCM_DEPS)endififneq ($(strip $(CC_DEPS)),)-include $(CC_DEPS)endififneq ($(strip $(CPP_DEPS)),)-include $(CPP_DEPS)endififneq ($(strip $(CXXM_DEPS)),)-include $(CXXM_DEPS)endififneq ($(strip $(CXX_DEPS)),)-include $(CXX_DEPS)endififneq ($(strip $(C_DEPS)),)-include $(C_DEPS)endififneq ($(strip $(C_UPPER_DEPS)),)-include $(C_UPPER_DEPS)endifendif-include ../makefile.defsOPTIONAL_TOOL_DEPS := \$(wildcard ../makefile.defs) \$(wildcard ../makefile.init) \$(wildcard ../makefile.targets) \BUILD_ARTIFACT_NAME := test_40BUILD_ARTIFACT_EXTENSION :=BUILD_ARTIFACT_PREFIX :=BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)# Add inputs and outputs from these tool invocations to the build variables # All Targetall: main-build# Main-build Targetmain-build: test_40# Tool invocationstest_40: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS) uo2	@echo 'Building target: $@'	@echo 'Invoking: Test 4.0 ToolName.linker.gnu.cpp'	g++ -Llib/path/2 -o "test_40" $(OBJS) $(USER_OBJS) $(LIBS) uo2 -llib2	@echo 'Finished building target: $@'	@echo ' '# Other Targetsclean:	-$(RM) test_40	-@echo ' '.PHONY: all clean dependents main-build-include ../makefile.targets"

 >>>>>>>>>>>>>>>start diff: 

--- "/home/runner/work/cdt/cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test40Projects/test_40/Benchmarks/dbg 2/makefile"	2023-07-11 07:20:07.392247457 +0000
+++ "/home/runner/work/cdt/cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test_40/dbg 2/makefile"	2023-07-11 07:34:43.615660143 +0000
@@ -16,17 +16,25 @@
 -include d1/d2/d3/subdir.mk
 -include d1/d2/subdir.mk
 -include d1/subdir.mk
-
 ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(strip $(C++M_DEPS)),)
+-include $(C++M_DEPS)
+endif
 ifneq ($(strip $(C++_DEPS)),)
 -include $(C++_DEPS)
 endif
+ifneq ($(strip $(CCM_DEPS)),)
+-include $(CCM_DEPS)
+endif
 ifneq ($(strip $(CC_DEPS)),)
 -include $(CC_DEPS)
 endif
 ifneq ($(strip $(CPP_DEPS)),)
 -include $(CPP_DEPS)
 endif
+ifneq ($(strip $(CXXM_DEPS)),)
+-include $(CXXM_DEPS)
+endif
 ifneq ($(strip $(CXX_DEPS)),)
 -include $(CXX_DEPS)
 endif
<<<<<<<<<<<end diff

 
	at org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests.buildProjectsWorker(BuildSystem40Tests.java:450)
	at org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests.buildProjects(BuildSystem40Tests.java:411)
	at org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests.test40(BuildSystem40Tests.java:82)
Following lines do not match (makefile):
actual  : [ifneq ($(MAKECMDGOALS),clean)], file /home/runner/work/cdt/cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test_40/dbg 2/makefile
expected: [], file /home/runner/work/cdt/cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test40Projects/test_40/Benchmarks/dbg 2/makefile

Check warning on line 0 in org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test40_pathconverter (org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.core.tests.BuildSystem40Tests.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test_40]>

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_RerunOnCommandArgsChange (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_Nulls (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_EnvChangesConfiguration_1 (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_EnvChangesConfiguration_2 (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_GettersSetters (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_GroupSettings (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_SerializeEntriesDOM (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_SerializeDOM (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_CloneAndEquals (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_RunGlobal (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_CompilerUpgrade_SymbolicLink (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_RunConfiguration (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_CompilerUpgrade (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAbstractBuiltinSpecsDetector_EnvChangesGlobal (org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test30_2, P/test_40]>
	at org.eclipse.cdt.managedbuilder.language.settings.providers.tests.BuiltinSpecsDetectorTest.tearDown(BuiltinSpecsDetectorTest.java:252)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.tests.suite.ManagedBuilderPreconditionsTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testContentTypes (org.eclipse.cdt.managedbuilder.tests.suite.ManagedBuilderPreconditionsTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.tests.suite.ManagedBuilderPreconditionsTests.xml [took 0s]
Raw output
junit.framework.ComparisonFailure: Precodition FAILED - Content Types do not match expected defaults. expected:<[C, c, c++, c[c, cpp, cxx]]> but was:<[C, c, c++, c[++m, cc, ccm, cpp, cxx, cxxm]]>
	at org.eclipse.cdt.managedbuilder.tests.suite.ManagedBuilderPreconditionsTests.testContentTypes(ManagedBuilderPreconditionsTests.java:61)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.core.tests.OptionCategoryEnablementTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testEnablement (org.eclipse.cdt.managedbuilder.core.tests.OptionCategoryEnablementTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.core.tests.OptionCategoryEnablementTests.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test_40]>

Check warning on line 0 in org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testResourceConfigurations (org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests.xml [took 1s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test_40]>
	at org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests.tearDown(ResourceBuildCoreTests.java:83)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testResourceConfigurationReset (org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests.xml [took 1s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test_40]>
	at org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests.tearDown(ResourceBuildCoreTests.java:83)

Check warning on line 0 in org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

testResourceConfiguration_Bug580009 (org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests) failed

test-results/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports/TEST-org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests.xml [took 1s]
Raw output
org.opentest4j.AssertionFailedError: Found projects in workspace. This test or an earlier test did not clean up after itself. ==> expected: <[]> but was: <[P/test_40]>
	at org.eclipse.cdt.managedbuilder.core.tests.ResourceBuildCoreTests.tearDown(ResourceBuildCoreTests.java:83)