Skip to content

Commit 950131f

Browse files
committed
Patch python update related error in the test suite.
1 parent 7d7292c commit 950131f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

test262-patches/test262-parseTestRecord.py.patch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ diff --git "a/src/parseTestRecord.py" "b/src/parseTestRecord.py"
22
index 22d5664..5be3a5f 100644
33
--- "a/src/parseTestRecord.py"
44
+++ "b/src/parseTestRecord.py"
5+
@@ -16,7 +16,7 @@
6+
import sys
7+
import tempfile
8+
import time
9+
-import imp
10+
+import importlib
11+
12+
from _monkeyYaml import load as yamlLoad
13+
514
@@ -78,7 +78,7 @@ def yamlAttrParser(testRecord, attrs, name):
615
parsed = yamlLoad(body)
716

0 commit comments

Comments
 (0)