diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /gfx/tests/gtest/moz.build | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/tests/gtest/moz.build')
-rw-r--r-- | gfx/tests/gtest/moz.build | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gfx/tests/gtest/moz.build b/gfx/tests/gtest/moz.build index 7c79a84163..3ef2b7bc0e 100644 --- a/gfx/tests/gtest/moz.build +++ b/gfx/tests/gtest/moz.build @@ -17,6 +17,7 @@ UNIFIED_SOURCES += [ "TestGfxWidgets.cpp", "TestMatrix.cpp", "TestMoz2D.cpp", + "TestPoint.cpp", "TestPolygon.cpp", "TestQcms.cpp", "TestRegion.cpp", @@ -24,14 +25,9 @@ UNIFIED_SOURCES += [ "TestSwizzle.cpp", "TestTextures.cpp", "TestTreeTraversal.cpp", + "TestVsync.cpp", ] -# skip the test on windows10-aarch64 due to perma-crash - bug 1544961 -if not (CONFIG["OS_TARGET"] == "WINNT" and CONFIG["TARGET_CPU"] == "aarch64"): - UNIFIED_SOURCES += [ - "TestVsync.cpp", - ] - if CONFIG["OS_TARGET"] != "Android": UNIFIED_SOURCES += [ "TestRect.cpp", @@ -43,7 +39,6 @@ UNIFIED_SOURCES += [ "TestBase.cpp", "TestBugs.cpp", "TestCairo.cpp", - "TestPoint.cpp", "TestScaling.cpp", ] ] @@ -70,6 +65,7 @@ LOCAL_INCLUDES += [ "/gfx/layers", "/gfx/ots/src", "/gfx/qcms", + "/layout/base", ] FINAL_LIBRARY = "xul-gtest" |