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

eventtest runs too slow in amd64 #29

Open
eternalNight opened this issue Sep 15, 2013 · 0 comments
Open

eventtest runs too slow in amd64 #29

eternalNight opened this issue Sep 15, 2013 · 0 comments

Comments

@eternalNight
Copy link
Collaborator

Description

eventtest runs too slow in amd64

Commit

deab5d9 Update autotest report headers

Reproduce Steps

cd ucore
make ARCH=amd64 menuconfig
UCORE_TEST=/testbin/eventtest make sfsimg
UCORE_TEST=/testbin/eventtest make kernel
./uCore_test -f src/user-ucore/testspecs/eventtest.testspec

Current Result

$ ./uCore_test -f src/user-ucore/testspecs/eventtest.testspec
./uCore_test: line 138: 12088 Killed ( ulimit -t $timeout; exec ./uCore_run -d $BUILD_DIR -t $$ ) > /dev/null 2>&1
!! error: missing 'test2 pass.'
!! error: missing 'test3 pass.'
!! error: missing 'eventtest pass.'
!! error: missing 'all user-mode processes have quit.'
!! error: missing 'init check memory pass.'

Expected Result

The test passes in the default time limit (currently 10s).

eternalNight pushed a commit that referenced this issue Sep 15, 2013
Issue #29

eventtest exceed the default time limit in amd64

Signed-off-by: Junjie Mao <eternal.n08@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant