summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2022-11-18 16:03:32 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-15 23:56:13 +0000
commitb6fd56e2f7f472d8f80f67324a243a2b37ef9aa0 (patch)
tree45bded9054207762b6b55271be8913d5e9222628 /test/run_device_tests.py
parent6e3592e9db009cee3e3c8dcbb9f2232b0786900a (diff)
downloadchrome-ec-b6fd56e2f7f472d8f80f67324a243a2b37ef9aa0.tar.gz
test: Add test for std::chrono::system_clock
BRANCH=none BUG=b:234181908, b:254530679 TEST=./test/run_device_tests.py --board bloonchipper -t libcxx TEST=./test/run_device_tests.py --board dartmonkey -t libcxx Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I86753187a5d3e7e363fd1a8d9f89e61b42cd8521 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4062465 Reviewed-by: Andrea Grandi <agrandi@google.com> Reviewed-by: Bobby Casey <bobbycasey@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-xtest/run_device_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index 3f56a65665..c5e7adf70e 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -242,6 +242,7 @@ class AllTests:
finish_regexes=[PRINTF_CALLED_REGEX],
),
TestConfig(test_name="global_initialization"),
+ TestConfig(test_name="libcxx"),
TestConfig(
config_name="mpu_ro",
test_name="mpu",