commit 2e8b1edf0d7a08c18161d3bdf68c992aa339db06 parent 3c9203be5e877370635270332f95552bd0f296a3 Author: Alexandru Marc <amarc@mozilla.com> Date: Tue, 6 Jan 2026 21:35:21 +0200 Bug 2008704 - Mark system-color-support.html as failing on linux tsan Diffstat:
| M | testing/web-platform/meta/css/css-color/system-color-support.html.ini | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/web-platform/meta/css/css-color/system-color-support.html.ini b/testing/web-platform/meta/css/css-color/system-color-support.html.ini @@ -8,4 +8,4 @@ [System color SelectedItem works] expected: - if (os == "linux") and not tsan: FAIL + if os == "linux": FAIL