| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0bd8e14 commit 77b7a3b
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.47', | ||
| 39 | + 'v8_embedder_string': '-node.48', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,6 +38,15 @@ | |||
| 38 | 38 | # All tests in the bug directory are expected to fail. | |
| 39 | 39 | 'bugs/*': [FAIL], | |
| 40 | 40 | ||
| 41 | + ############################################################################## | ||
| 42 | + # LTS failing tests. | ||
| 43 | + # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2584242 | ||
| 44 | + 'regress/wasm/regress-1146861': [SKIP], | ||
| 45 | + # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2656263 | ||
| 46 | + 'regress/wasm/regress-1153442': [SKIP], | ||
| 47 | + # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2649176 | ||
| 48 | + 'regress/wasm/regress-1161654': [SKIP], | ||
| 49 | + | ||
| 41 | 50 | ############################################################################## | |
| 42 | 51 | # Open bugs. | |
| 43 | 52 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments