Re: building individual test issue

2023-08-28 Thread Vladimir Petko
Hi, Debian/Ubuntu version applies some patches to the source tree, so if you are trying to build OpenJDK package using make command directly, you might want to run `quilt push -a` and configure using `configure` arguments from `debian/rules`, e.g. --with-pcsclite=system, because psclite is

building individual test issue

2023-08-28 Thread Mykhaylo Lodygin
Hello colleagues, I've build JDK locally successfully, but got several tests "FAILED". Tried to run one of the failing test separately with "make test TEST="". Were unable to do so due to build error - the compiler was unfamiliar to include path to winscard.h, fixed with configuration option: bash