eclipse-jdt / eclipse-jdt/eclipse.jdt.core
JDT.Core Components - Track I Build test results
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
refer: https://www.eclipse.org/lists/jdt-dev/msg02441.html
Check the I build failures - https://download.eclipse.org/eclipse/downloads/index.html
The following components will be tracked:
jdt.apt.pluggable.tests
jdt.apt.tests
jdt.compiler.apt.tests
jdt.compiler.tool.tests
jdt.core.tests.builder
jdt.core.tests.compiler
jdt.core.tests.model
jdt.core.tests.performance
Most Recent ones:
- [ ] I20241230-0520
- [ ] I20241201-1800](https://download.eclipse.org/eclipse/downloads/drops4/I20241201-1800)
- [x] I20241120-1800 - one failure captured in issue #3036
- [ ] I20241027-1800 - 2 seemingly new failures in search
- [ ] I20241026-1800 - No failure
- [ ] I20241025-1840 - [Usual suspect](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2716)
- [ ] I20241026-1800 - No Failures
- [ ] I20241024-1800 - [Usual suspects](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2716)
- [ ] I20241023-1800 - [Usual suspect](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2716)
- [ ] I20241022-1800 - No errors
- [ ] I20241022-1800
- [ ] I20241022-0020
- [ ] I20241021-0550
- [x] I20241020-1800 -[ 2 failures](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2716#issuecomment-2428404513)
- [x] I20241020-0600
- [x] I20241019-1800 - no errors
- [x] I20241019-0120
- [x] I20241017-2140
- [x] I20241016-2000
- [x] I20241016-0020
- [x] I20241015-1820
- [x] I20241014-1810
- [x] I20241014-0530
- [x] I20241013-1800
Once the I build failures are checked, please mention the I build version and if there are issues, please create appropriate issues and mention the issue numbers
Notes:
Let's say you are searching for "testBug573589_StaticImport", then the following may help:
(1) Use a command line like the one listed below for finding similar issues
gh issue list --search "test in:title"|grep testBug573589_StaticImport
(2) probably use a 4 digit number for n in case the above does not yield any result
gh issue list --limit \ |grep testBug573589_StaticImport
(3) For as long as its alive, please check the good old [Bugzilla](https://bugs.eclipse.org/bugs/query.cgi) as well
Contributor guide
Assessment
This issue has not been assessed yet.