Hi Jakub, The problem is that quite a few of the SE mode tests require SPEC2000. To make matters worse, they require a specific binary version of SPEC2000 since we match microarchitecture stats when deciding if a test was successful.
Due to SPEC's license, we can't redistribute the binaries required to test gem5. Personally, I consider this to be one of the biggest problems with our current tests. //Andreas On 14/06/2016, 10:30, "gem5-dev on behalf of Jakub Jermář" <[email protected] on behalf of [email protected]> wrote: >Hi, > >from the daily regression test report I see that tests under >SPARC/tests/opt/quick/se should pass. However, when running: > >scons build/SPARC/tests/opt/quick/se > >locally, the following tests fail: > >***** build/SPARC/tests/opt/quick/se/02.insttest/sparc/linux/o3-timing: >FAILED! >***** >build/SPARC/tests/opt/quick/se/02.insttest/sparc/linux/simple-atomic: >FAILED! >***** >build/SPARC/tests/opt/quick/se/02.insttest/sparc/linux/simple-timing: >FAILED! >***** build/SPARC/tests/opt/quick/se/10.mcf/sparc/linux/simple-atomic: >FAILED! >***** >build/SPARC/tests/opt/quick/se/40.m5threads-test-atomic/sparc/linux/o3-tim >ing-mp: >FAILED! >***** >build/SPARC/tests/opt/quick/se/40.m5threads-test-atomic/sparc/linux/simple >-atomic-mp: >FAILED! >***** >build/SPARC/tests/opt/quick/se/40.m5threads-test-atomic/sparc/linux/simple >-timing-mp: >FAILED! >***** >build/SPARC/tests/opt/quick/se/50.vortex/sparc/linux/simple-atomic: >FAILED! >***** >build/SPARC/tests/opt/quick/se/50.vortex/sparc/linux/simple-timing: >FAILED! >***** build/SPARC/tests/opt/quick/se/70.twolf/sparc/linux/simple-atomic: >FAILED! >***** build/SPARC/tests/opt/quick/se/70.twolf/sparc/linux/simple-timing: >FAILED! > >due to the following files missing: > >AttributeError: /dist/m5/cpu2000/binaries/sparc/linux/mcf not found >AttributeError: /dist/m5/cpu2000/binaries/sparc/linux/twolf not found >AttributeError: /dist/m5/cpu2000/binaries/sparc/linux/vortex not found >fatal: Can't load object file >/home/jermar/install/gem5/gem5/tests/testing/../test-progs/insttest/bin/sp >arc/linux/insttest >fatal: Can't load object file >/home/jermar/install/gem5/gem5/tests/testing/../test-progs/m5threads/bin/s >parc/linux/test_atomic > >Are the SPARC SE tests broken too or am I missing something important? I >was unable to find the details of what these missing dependencies are or >how to build them. > >Should we worry about this? > >Thanks, >Jakub >_______________________________________________ >gem5-dev mailing list >[email protected] >http://m5sim.org/mailman/listinfo/gem5-dev IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
