| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9e2b13d commit 4d4e506
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -233,7 +233,7 @@ platforms: | |||
| 233 | 233 | * Windows | |
| 234 | 234 | * macOS | |
| 235 | 235 | * Linux (all distributions [supported by Node.js][] except Alpine and all | |
| 236 | - architectures [supported by Node.js][] except s390x and ppc64) | ||
| 236 | + architectures [supported by Node.js][] except s390x) | ||
| 237 | 237 | ||
| 238 | 238 | This is due to a lack of better tools to generate single-executables that can be | |
| 239 | 239 | used to test this feature on other platforms. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,10 +40,6 @@ function skipIfSingleExecutableIsNotSupported() { | |||
| 40 | 40 | if (process.arch === 's390x') { | |
| 41 | 41 | common.skip('On s390x, postject fails with `memory access out of bounds`.'); | |
| 42 | 42 | } | |
| 43 | - | ||
| 44 | - if (process.arch === 'ppc64') { | ||
| 45 | - common.skip('On ppc64, this test times out.'); | ||
| 46 | - } | ||
| 47 | 43 | } | |
| 48 | 44 | } | |
| 49 | 45 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments