Skip to content

Commit

Permalink
tests: adding the missing vega_x86_tag for the test_hello_se.py
Browse files Browse the repository at this point in the history
The test_hello_se.py was unable to run due to missing the key for the
vega_x86_tag in isa_str_map.

Change-Id: I2c483c1c84f3968a64555edfec0e4b77dfbbd126
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/61630
Maintainer: Bobby Bruce <[email protected]>
Reviewed-by: Bobby Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
  • Loading branch information
studyztp committed Jul 27, 2022
1 parent 654451c commit 01c4786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gem5/hello_se/test_hello_se.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
constants.mips_tag: "mips",
constants.riscv_tag: "riscv",
constants.sparc_tag: "sparc",
constants.vega_x86_tag: "x86",
}

static_progs = {
Expand Down

0 comments on commit 01c4786

Please sign in to comment.