Abhinav Anil Sharma
Abhinav Anil Sharma
Saw some more failures on a recent master merge (https://github.com/DynamoRIO/dynamorio/runs/2355003904). May need to add them to ignore list if failures persist: `prof_pcs|common.nativeexec_exe`: `
`code_api,tracedump_text,tracedump_origins,syntax_intel|common.fib` failed in github.com/DynamoRIO/dynamorio/actions/runs/753359537. Nothing useful in logs though. Another common.fib failure was seen with different options (`code_api,thread_private,disable_traces|common.fib`), documented in #4077.
`code_api|tool.drcpusim.cpuid-Merom` failed in `vs2017-64`: https://github.com/DynamoRIO/dynamorio/runs/2364302489?check_suite_focus=true
`code_api,thread_private|common.floatpc_xl8all` failed in `vs2017-64`: https://github.com/DynamoRIO/dynamorio/runs/2366269668?check_suite_focus=true
`code_api,opt_speed|common.floatpc_xl8all` failed on `vs2017-64`: https://github.com/DynamoRIO/dynamorio/runs/2417344630. ~It's already in the ignore list, but with different options. Better to ignore it completely.~ Oh, I was mistaken. There's only one other variation on...
`finite_shared_trace_cache,cache_shared_trace_regen|common.nativeexec_exe` failed on x86-64: `
`enable_full_api|common.broadfun` failed in `vs2017-64`: https://github.com/DynamoRIO/dynamorio/runs/2560909170 Seems like it died printing midway: ``` Test #350: enable_full_api|common.broadfun ................................................***Failed Required regular expression not found. Regex=[^sort\(\) = > 2021-05-11T23:33:27.5642198Z ? 2021-05-11T23:33:27.5643845Z done 2021-05-11T23:33:27.5644457Z ?...
`x86-32`: `code_api,stack_size,loglevel|common.decode`: https://github.com/DynamoRIO/dynamorio/runs/2497247306 `code_api,thread_private|common.decode`: https://github.com/DynamoRIO/dynamorio/runs/2505963422 seems to crash `code_api,disable_traces|common.decode`: https://github.com/DynamoRIO/dynamorio/runs/2497247306 regex mismatch -- there's an extra `Bad instruction, instance 64` in the output
`x86-64`: `code_api,loglevel|common.nativeexec_exe` failed again with `core/native_exec.c:272 i < MAX_NATIVE_RETSTACK`: https://github.com/DynamoRIO/dynamorio/runs/2576605421?check_suite_focus=true
`code_api,stack_size,loglevel|common.decode` failed again on x86-32: https://github.com/DynamoRIO/dynamorio/runs/2622959469 Seems due to `AVX-512 is not fully supported yet`. 32-bit support is only partially implemented for scatter/gather. https://github.com/DynamoRIO/dynamorio/issues/2985#issuecomment-826247798 This test doesn't seem to be...