mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
LibJS/Tests: Set failing bytecode tests as xfail when in bytecode mode
This should allow us to enable running test-js in bytecode mode in CI.
This commit is contained in:
committed by
Andreas Kling
parent
9b66e87bd8
commit
d766014787
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
test("basic functionality", () => {
|
||||
test.xfailIf(isBytecodeInterpreterEnabled(), "basic functionality", () => {
|
||||
[true, false, "foo", 123].forEach(primitive => {
|
||||
expect(() => {
|
||||
primitive.foo = "bar";
|
||||
|
||||
Reference in New Issue
Block a user