You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
For x86_64, I ran the arg_char test and got the correct result for both gcc and clang. I also checked GitHub's nightly test and didn't see any issues with the arg_char test. Therefore, I don't think input args for x86_64 (clang) are necessary.
This test was run on Ubuntu 20.04.
~/ossca/uftrace/tests$ ./runtest.py -vdp 062
Start 1 tests without worker pool
Compiler gcc clang
Runtime test case pg pg
------------------------: O0 O1 O2 O3 Os O0 O1 O2 O3 Os
build command: gcc -o t-exp-char -fno-inline -fno-builtin -fno-ipa-cp -fno-omit-frame-pointer -D_FORTIFY_SOURCE=0 -pg -O0 -fno-ipa-sra s-exp-char.c
test command: /home/uibeom2004/ossca/uftrace/uftrace live --no-pager --no-event --libmcount-path=/home/uibeom2004/ossca/uftrace -A "foo@arg1/c,arg2/c,arg3/c" -A "bar@arg1/c,arg2/c,arg3/i,arg4/x8" -N memcpy t-exp-char
...
=========== result ===========
main() {
foo('f', 'o', 'o');
bar('\0', 'B', 97, 0x72);
} /* main */
=========== expected ===========
main() {
foo('f', 'o', 'o');
bar('\0', 'B', 97, 0x72);
} /* main */
062 arg_char : OK OK OK OK OK OK OK OK OK OK
x86_64
062 arg_char : OK OK OK OK OK OK NG NG NG NG
aarch64
062 arg_char : NG NG NG NG NG OK NG NG NG NG
The text was updated successfully, but these errors were encountered: