Code Monkey home page Code Monkey logo

Comments (4)

kholmanskikh avatar kholmanskikh commented on July 30, 2024

Regarding getaddrinfo_01.

Just assign a resolvable hostname to you host.

Or add the current hostname to /etc/hosts:

echo "127.0.0.1 debian" >> /etc/hosts
echo "::1 debian" >> /etc/hosts

from ltp.

metan-ucw avatar metan-ucw commented on July 30, 2024

The input06 messages are red herring here, all it says is that it couldn't test input subsystem because there is no uinput compiled in kernel or as a module.

Looking into the LTP source the test that creates the sandbox directory is testscripts/test_fs_bind.sh. Most likely something went wrong in the test and something stayed being mounted under the sandbox directory after the test has exited, or the test became stuck before it had chance to clean up and is still running on background.

from ltp.

alllecs avatar alllecs commented on July 30, 2024

I suggested that the reason for inconsistent running tests on different architectures. The script test_fs_bind.sh out by mistake after 5 tests.
I get tests list of testscripts/test_fs_bind.sh. Arrange running tests starting at 1. The script test_fs_bind.sh not out by mistake.
But get this error again.

Run command:

find "testcases/bin/fs_bind/move/" -type f -name 'test*'

result on Mips architecture:

testcases/bin/fs_bind/move/test06
testcases/bin/fs_bind/move/test01
testcases/bin/fs_bind/move/test09
testcases/bin/fs_bind/move/test07
testcases/bin/fs_bind/move/test08
testcases/bin/fs_bind/move/test10
testcases/bin/fs_bind/move/test13
testcases/bin/fs_bind/move/test20
testcases/bin/fs_bind/move/test16
testcases/bin/fs_bind/move/test22
testcases/bin/fs_bind/move/test12
testcases/bin/fs_bind/move/test03
testcases/bin/fs_bind/move/test19
testcases/bin/fs_bind/move/test17
testcases/bin/fs_bind/move/test11
testcases/bin/fs_bind/move/test05
testcases/bin/fs_bind/move/test14
testcases/bin/fs_bind/move/test18
testcases/bin/fs_bind/move/test21
testcases/bin/fs_bind/move/test04
testcases/bin/fs_bind/move/test02
testcases/bin/fs_bind/move/test15

result on Intel:

testcases/bin/fs_bind/move/test14
testcases/bin/fs_bind/move/test13
testcases/bin/fs_bind/move/test11
testcases/bin/fs_bind/move/test09
testcases/bin/fs_bind/move/test21
testcases/bin/fs_bind/move/test03
testcases/bin/fs_bind/move/test19
testcases/bin/fs_bind/move/test17
testcases/bin/fs_bind/move/test04
testcases/bin/fs_bind/move/test05
testcases/bin/fs_bind/move/test06
testcases/bin/fs_bind/move/test22
testcases/bin/fs_bind/move/test20
testcases/bin/fs_bind/move/test18
testcases/bin/fs_bind/move/test15
testcases/bin/fs_bind/move/test10
testcases/bin/fs_bind/move/test16
testcases/bin/fs_bind/move/test08
testcases/bin/fs_bind/move/test02
testcases/bin/fs_bind/move/test07
testcases/bin/fs_bind/move/test01
testcases/bin/fs_bind/move/test12

from ltp.

alllecs avatar alllecs commented on July 30, 2024

I add umount "${sandbox}" in test_fs_bind.sh before rm -rf "${sandbox}" and fix problem with sandbox but i don't know correct solution.
I have error rm: cannot remove ‘/tmp/ltp-EyOqzruY93/hugz82UVp’: Device or resource busy still.

from ltp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.