From 8da5438d7a0cbab143dfef8cdafe20894b773e9d Mon Sep 17 00:00:00 2001 From: Louay Bassbouss Date: Thu, 17 Apr 2025 22:25:03 +0100 Subject: [PATCH] Add WMAS Test Suite to Test262 Runners section in README (#4335) Integrates Test262 ECMAScript tests into the WMAS Test Suite, built on WPT. Ensures Test262 results are compatible with the WPT format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b4378a16..5da9b17d51 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Volunteer-maintained projects that may be used to execute Test262 in various ECM - https://bakkot.github.io/test262-web-runner/ (platform: web) - https://github.com/Izhido/test262_harness_cpp (platform: C++) - https://github.com/lahma/test262-harness-dotnet (platform: .NET) - +- https://github.com/cta-wave/WMAS/tree/latest/tools/wave/ecmascript (platform: Python; [Docker Deploy Instructions](https://github.com/cta-wave/WMAS-deploy/tree/wmas-latest)) ### How To Read CI Results