Files
Ivan Krasilnikov b2db3574c5 test262-runner: Support multi-line YAML flags
The metadata parser only handled inline flags (e.g. `flags: [noStrict]`)
but not the YAML block list format:

  flags:
    - noStrict

This caused ~130 test/staging/sm test262 tests failures from running
them in both strict and sloppy modes by test262-runner.
2026-03-29 13:21:17 +02:00
..
2025-08-27 08:48:01 +02:00