Skip to content

Commit 9a8cb1a

Browse files
BMW-Contributor4og
authored andcommitted
Added ubuntu2404_qemu image
Added ubuntu2404_qemu docker iamge and used that image Removed excluded_tests_filter from safe_math unit tests As the issue with FPE support on qemu ubuntu2004 is not relevant for ubuntu2404 GIT_ORIGIN_SPP_REV_ID: fe2e5c30baf0ae1342db5d41afab04aec8d60196
1 parent cde69de commit 9a8cb1a

File tree

1 file changed

+0
-4
lines changed
  • score/language/safecpp/safe_math

1 file changed

+0
-4
lines changed

score/language/safecpp/safe_math/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,5 @@ cc_unit_test_suites_for_host_and_qnx(
7373
"@score_baselibs//score/language/safecpp/safe_math/details/negate:unit_test",
7474
"@score_baselibs//score/language/safecpp/safe_math/details/type_traits:unit_test",
7575
],
76-
excluded_tests_filter = [
77-
# TODO(Ticket-203919): qemu on ubuntu 20.04 without KVM incorrectly supports FPE
78-
"FloatingPointEnvironmentTest.*",
79-
],
8076
visibility = ["@score_baselibs//score/language/safecpp:__pkg__"],
8177
)

0 commit comments

Comments
 (0)