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

The test primer2 doesn't provide enough primers #10

Open
eternalNight opened this issue Sep 9, 2012 · 1 comment
Open

The test primer2 doesn't provide enough primers #10

eternalNight opened this issue Sep 9, 2012 · 1 comment

Comments

@eternalNight
Copy link
Collaborator

Description

The test primer2 is designed to give 1000 primers before it quits. But on uCore for arm, only 774 primers are given (not due to timeout).

Commit

d5272dc unittest: Remove tests containing i386 specific constraints for arm.

Reproduce Steps

cd ucore
make ARCH=arm BOARD=goldfishv7 menuconfig (disable DDE)
UCORE_TEST=/testbin/primer2 make sfsimg
UCORE_TEST=/testbin/primer2 make kernel
./uCore_test -sf src/user-ucore/testspecs/primer2.testspec

Current Result

Only 774 primers are given and the test fails.

Expected Result

Calculate 1000 primers and the test passes.

@eternalNight
Copy link
Collaborator Author

Reproducible in:
deab5d9 Update autotest report headers

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

Primer2 cannot give enough primers in arm though the testcase successfully
terminates.

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