Skip to content

Commit

Permalink
Turn on 262 eval related tests in 262 (#1299)
Browse files Browse the repository at this point in the history
Summary:

These should have been turned back on when the interpreter was re-enabled.

Differential Revision: D53484133
  • Loading branch information
Michael Leon authored and facebook-github-bot committed Feb 6, 2024
1 parent df63913 commit 581ac10
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions utils/testsuite/testsuite_skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1837,66 +1837,6 @@
"test262/test/language/expressions/async-function/",
"test262/test/language/statements/debugger/statement.js",
"test262/test/language/statements/async-function/",
# Static Hermes disables HBC/eval/Function
"test262/test/built-ins/Function/",
"test262/test/language/function-code/",
"test262/test/built-ins/Reflect/apply/arguments-list-is-not-array-like-but-still-valid.js",
"test262/test/built-ins/Object/entries/tamper-with-global-object.js",
"test262/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-188.js",
"test262/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-187.js",
"test262/test/built-ins/Object/values/tamper-with-global-object.js",
"test262/test/built-ins/Object/prototype/toString/Object.prototype.toString.call-function.js",
"test262/test/built-ins/Object/seal/seal-arrowfunction.js",
"test262/test/built-ins/Object/seal/seal-function.js",
"test262/test/built-ins/Boolean/S9.2_A6_T1.js",
"test262/test/built-ins/String/prototype/slice/S15.5.4.13_A1_T5.js",
"test262/test/built-ins/String/prototype/substring/S15.5.4.15_A1_T5.js",
"test262/test/built-ins/String/prototype/replace/S15.5.4.11_A1_T6.js",
"test262/test/built-ins/String/prototype/replace/S15.5.4.11_A1_T5.js",
"test262/test/language/global-code/script-decl-func-dups.js",
"test262/test/language/global-code/script-decl-var-err.js",
"test262/test/language/global-code/script-decl-func-err-non-extensible.js",
"test262/test/language/global-code/script-decl-func.js",
"test262/test/language/statements/variable/12.2.1-6-s.js",
"test262/test/language/statements/variable/12.2.1-16-s.js",
"test262/test/language/statements/variable/12.2.1-5-s.js",
"test262/test/language/statements/function/13.2-17-s.js",
"test262/test/language/statements/function/13.2-6-s.js",
"test262/test/language/statements/function/13.2-7-s.js",
"test262/test/language/statements/function/13.2-16-s.js",
"test262/test/language/statements/function/13.0_4-17gs.js",
"test262/test/language/statements/function/13.2-20-s.js",
"test262/test/language/statements/function/13.2-11-s.js",
"test262/test/language/statements/function/S13.2.2_A8_T3.js",
"test262/test/language/statements/function/13.2-10-s.js",
"test262/test/language/statements/function/13.2-13-s.js",
"test262/test/language/statements/function/13.2-12-s.js",
"test262/test/language/statements/function/13.2-8-s.js",
"test262/test/language/statements/function/13.2-19-s.js",
"test262/test/language/statements/function/13.2-15-s.js",
"test262/test/language/statements/function/13.0-12-s.js",
"test262/test/language/statements/function/13.2-14-s.js",
"test262/test/language/statements/function/13.2-5-s.js",
"test262/test/language/statements/function/13.2-18-s.js",
"test262/test/language/statements/function/13.2-9-s.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T2.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T6.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A3_T2.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T7.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T3.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T8.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A2_T2.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A2_T6.js",
"test262/test/language/expressions/instanceof/S11.8.6_A7_T3.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A2_T5.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T4.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T1.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A1_T5.js",
"test262/test/language/expressions/instanceof/S15.3.5.3_A3_T1.js",
"test262/test/language/expressions/logical-not/S9.2_A6_T2.js",
"test262/test/language/expressions/tagged-template/cache-identical-source-new-function.js",
"test262/test/language/expressions/typeof/native-call.js",
"test262/test/harness/fnGlobalObject.js",
### Failing Static Hermes tests end ###
]

Expand Down

0 comments on commit 581ac10

Please sign in to comment.