gem5-dev@gem5.org

The gem5 Developer List

View all threads

[S] Change in gem5/gem5[develop]: tests: Add 'ALL' build to the compiler tests

BB
Bobby Bruce (Gerrit)
Thu, Sep 15, 2022 7:06 PM

Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/63333?usp=email )

Change subject: tests: Add 'ALL' build to the compiler tests
......................................................................

tests: Add 'ALL' build to the compiler tests

Change-Id: I7f31a23999173e7cd06f3ee87e5e4f0ae42c54ea
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/63333
Reviewed-by: Jason Lowe-Power power.jg@gmail.com
Maintainer: Jason Lowe-Power power.jg@gmail.com
Tested-by: kokoro noreply+kokoro@google.com

M tests/compiler-tests.sh
1 file changed, 15 insertions(+), 1 deletion(-)

Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass

diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh
index 904e5e4..cc8d4cf 100755
--- a/tests/compiler-tests.sh
+++ b/tests/compiler-tests.sh
@@ -38,7 +38,8 @@
"clang-version-12")

All build targets in build_opt/ which we want to build using each image.

-builds=("ARM"
+builds=("ALL"

  •    "ARM"
        "ARM_MESI_Three_Level"
        "ARM_MESI_Three_Level_HTM"
        "ARM_MOESI_hammer"
    

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/63333?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7f31a23999173e7cd06f3ee87e5e4f0ae42c54ea
Gerrit-Change-Number: 63333
Gerrit-PatchSet: 4
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.com
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-MessageType: merged

Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/63333?usp=email ) Change subject: tests: Add 'ALL' build to the compiler tests ...................................................................... tests: Add 'ALL' build to the compiler tests Change-Id: I7f31a23999173e7cd06f3ee87e5e4f0ae42c54ea Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/63333 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> --- M tests/compiler-tests.sh 1 file changed, 15 insertions(+), 1 deletion(-) Approvals: Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved kokoro: Regressions pass diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index 904e5e4..cc8d4cf 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -38,7 +38,8 @@ "clang-version-12") # All build targets in build_opt/ which we want to build using each image. -builds=("ARM" +builds=("ALL" + "ARM" "ARM_MESI_Three_Level" "ARM_MESI_Three_Level_HTM" "ARM_MOESI_hammer" -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/63333?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings Gerrit-Project: public/gem5 Gerrit-Branch: develop Gerrit-Change-Id: I7f31a23999173e7cd06f3ee87e5e4f0ae42c54ea Gerrit-Change-Number: 63333 Gerrit-PatchSet: 4 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-MessageType: merged