jvmti testcase DynamicCodeGeneratedTest.sh does not support all Linux types
It tries to compile using gcc with options that are not tailored to all linux platform gcc compilers.
Failures found on these platforms:
- Alpinx x64 linux
- gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
- Arm32 linux
- gcc: error: unrecognized -march target: i386
- ppc64le linux
- gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
Perhaps the testcase should check the "gcc compile" return code, and assume the system is not valid?
It tries to compile using gcc with options that are not tailored to all linux platform gcc compilers.
Failures found on these platforms:
- Alpinx x64 linux
- gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
- Arm32 linux
- gcc: error: unrecognized -march target: i386
- ppc64le linux
- gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
Perhaps the testcase should check the "gcc compile" return code, and assume the system is not valid?