Home
last modified time | relevance | path

Searched refs:isLinux (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/test/common/
Dindex.mjs28 isLinux,
82 isLinux,
Dindex.js128 const isLinux = process.platform === 'linux'; constant
207 isLinux ? [
912 isLinux, property
/third_party/node/test/parallel/
Dtest-fs-watch.js27 common.isLinux || common.isOSX || common.isWindows || common.isAIX,
34 common.isLinux || common.isOSX || common.isWindows,
Dtest-fs-promises-watch.js27 common.isLinux || common.isOSX || common.isWindows || common.isAIX,
34 common.isLinux || common.isOSX || common.isWindows,
Dtest-fs-read-file-sync-hostname.js24 if (!common.isLinux)
Dtest-process-constants-noatime.js7 if (common.isLinux) {
Dtest-fs-readdir-ucs2.js4 if (!common.isLinux)
Dtest-cluster-bind-privileged-port.js29 if (common.isLinux) {
Dtest-setproctitle.js33 const cmd = common.isLinux ?
Dtest-strace-openat-openssl.js10 if (!common.isLinux)
Dtest-fs-promises-readfile.js39 if (!common.isLinux)
Dtest-fs-watchfile.js87 if (common.isLinux || common.isOSX || common.isWindows) {
Dtest-fs-open-flags.js86 if (common.isLinux || common.isOSX) {
Dtest-dgram-socket-buffer-size.js118 const expectedBufferSize = common.isLinux ? 20000 : 10000;
Dtest-fs-promises-file-handle-readFile.js46 if (!common.isLinux)
Dtest-child-process-prototype-tampering.mjs8 if (!common.isLinux)
Dtest-dgram-bind-fd.js80 const expectedBufferSize = common.isLinux ?
Dtest-cli-node-options.js52 if (common.isLinux) {
/third_party/skia/infra/bots/gen_tasks_logic/
Ddm_flags.go256 if b.matchGpu("Intel") && b.isLinux() {
411 …("QuadroP400") && !b.extraConfig("PreAbandonGpuContext") && !b.extraConfig("TSAN") && b.isLinux() {
948 if (b.extraConfig("Vulkan") && b.isLinux() && b.matchGpu("Intel")) ||
1023 if b.extraConfig("Vulkan") && b.isLinux() && b.gpu("IntelIris640") {
1027 if b.isLinux() && b.gpu("IntelIris640") {
1042 if b.extraConfig("Vulkan") && b.isLinux() && b.gpu("IntelHD405") {
Dnano_flags.go102 if b.matchGpu("Intel") && b.isLinux() {
217 if b.matchGpu("Intel") && b.isLinux() && !b.extraConfig("Vulkan") {
221 if b.gpu("IntelHD405") && b.isLinux() && b.extraConfig("Vulkan") {
/third_party/node/test/pummel/
Dtest-fs-watch-system-limit.js8 if (!common.isLinux) {
/third_party/node/test/addons/worker-addon/
Dtest.js37 const libcMayBeMusl = common.isLinux && glibc === undefined;
/third_party/node/test/v8-updates/
Dtest-linux-perf.js25 if (!common.isLinux)
/third_party/node/test/abort/
Dtest-addon-uv-handle-leak.js82 (common.isLinux && !isGlibc()) ||
/third_party/node/test/sequential/
Dtest-fs-watch.js37 common.isLinux ||

12