Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cctest test-macro-assembler-riscv32/CompareI #630

Open
qjivy opened this issue Jun 8, 2022 · 1 comment · Fixed by #679
Open

cctest test-macro-assembler-riscv32/CompareI #630

qjivy opened this issue Jun 8, 2022 · 1 comment · Fixed by #679
Assignees
Labels
RV32G Porting to RV32G ISA

Comments

@qjivy
Copy link
Collaborator

qjivy commented Jun 8, 2022

cmd line:

out/riscv32.debug$ ./cctest test-macro-assembler-riscv32/CompareI

Error log:

#
# Fatal error in ../../test/cctest/test-macro-assembler-riscv32.cc, line 1233
# Check failed: comp_res == GenAndRunTest<int32_t>(input1, fn1) (0 vs. 1).
#
#
#
#FailureMessage Object: 0xfff9bae8
==== C stack trace ===============================

    /work/qjivy/rv32v8/another/v8/out/riscv32.debug/libv8_libbase.so(v8::base::debug::StackTrace::StackTrace()+0x2c) [0xf7f8592c]
    /work/qjivy/rv32v8/another/v8/out/riscv32.debug/libv8_libplatform.so(+0x515fe) [0xf7ed25fe]
    /work/qjivy/rv32v8/another/v8/out/riscv32.debug/libv8_libbase.so(V8_Fatal(char const*, int, char const*, ...)+0x134) [0xf7f4b294]
    ./cctest(+0x1a9773a) [0x5802d73a]
    ./cctest(+0x1a8a798) [0x58020798]
    ./cctest(CcTest::Run(char const*)+0x577) [0x573ba2d7]
    ./cctest(main+0x501) [0x573bbfd1]
    /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xf1126fa1]
    ./cctest(_start+0x31) [0x573b9a11]
Trace/breakpoint trap
@qjivy qjivy added the RV32G Porting to RV32G ISA label Jun 8, 2022
VitalyAnkh added a commit to VitalyAnkh/v8 that referenced this issue Jun 21, 2022
luyahan pushed a commit that referenced this issue Jun 21, 2022
@qjivy
Copy link
Collaborator Author

qjivy commented Jun 28, 2022

Native test (follow the #694 build process)

This case still fails.

error log:



#
# Fatal error in , line 0
# Check failed: comp_res == GenAndRunTest<int32_t>(input1, fn1).
#
#
#
#FailureMessage Object: 0x3fffefb4
==== C stack trace ===============================

    ./cctest(+0x1e5f736) [0x41e5f736]
    ./cctest(+0x1cb51f0) [0x41cb51f0]
    ./cctest(+0x1cab2ee) [0x41cab2ee]
    ./cctest(+0x8f6816) [0x408f6816]
    ./cctest(+0x8f6956) [0x408f6956]
    ./cctest(+0x470cc0) [0x40470cc0]
    ./cctest(+0x419874) [0x40419874]
    /home/qjivy/toolchain/gnu/install32/sysroot/lib/libc.so.6(__libc_start_main+0x86) [0x3f6fce90]
    ./cctest(_start+0x2a) [0x40470036]
Trace/breakpoint trap```

@qjivy qjivy reopened this Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RV32G Porting to RV32G ISA
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants