summaryrefslogtreecommitdiffstats
path: root/devtools/client/commandline/test/browser_gcli_file.js
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /devtools/client/commandline/test/browser_gcli_file.js
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'devtools/client/commandline/test/browser_gcli_file.js')
-rw-r--r--devtools/client/commandline/test/browser_gcli_file.js821
1 files changed, 821 insertions, 0 deletions
diff --git a/devtools/client/commandline/test/browser_gcli_file.js b/devtools/client/commandline/test/browser_gcli_file.js
new file mode 100644
index 000000000..4b24ed570
--- /dev/null
+++ b/devtools/client/commandline/test/browser_gcli_file.js
@@ -0,0 +1,821 @@
+/*
+ * Copyright 2012, Mozilla Foundation and contributors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+"use strict";
+
+// THIS FILE IS GENERATED FROM SOURCE IN THE GCLI PROJECT
+// PLEASE TALK TO SOMEONE IN DEVELOPER TOOLS BEFORE EDITING IT
+
+const exports = {};
+
+function test() {
+ helpers.runTestModule(exports, "browser_gcli_file.js");
+}
+
+// var helpers = require('./helpers');
+
+var local = false;
+
+exports.testBasic = function (options) {
+ return helpers.audit(options, [
+ {
+ skipRemainingIf: options.isFirefox, // No file implementation in Firefox
+ setup: "tsfile open /",
+ check: {
+ input: "tsfile open /",
+ hints: "",
+ markup: "VVVVVVVVVVVVI",
+ cursor: 13,
+ current: "p1",
+ status: "ERROR",
+ message: "'/' is not a file",
+ args: {
+ command: { name: "tsfile open" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' is not a file"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile open /zxcv",
+ check: {
+ input: "tsfile open /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVVVIIIII",
+ cursor: 17,
+ current: "p1",
+ status: "ERROR",
+ message: "'/zxcv' doesn't exist",
+ args: {
+ command: { name: "tsfile open" },
+ p1: {
+ value: undefined,
+ arg: " /zxcv",
+ status: "INCOMPLETE",
+ message: "'/zxcv' doesn't exist"
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile open /mach_kernel",
+ check: {
+ input: "tsfile open /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVVVVVVVVVVV",
+ cursor: 24,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile open" },
+ p1: {
+ value: "/mach_kernel",
+ arg: " /mach_kernel",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile saveas /",
+ check: {
+ input: "tsfile saveas /",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVI",
+ cursor: 15,
+ current: "p1",
+ status: "ERROR",
+ message: "'/' already exists",
+ args: {
+ command: { name: "tsfile saveas" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' already exists"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile saveas /zxcv",
+ check: {
+ input: "tsfile saveas /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVVVVVVVVVV",
+ cursor: 19,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile saveas" },
+ p1: {
+ value: "/zxcv",
+ arg: " /zxcv",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile saveas /mach_kernel",
+ check: {
+ input: "tsfile saveas /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVIIIIIIIIIIII",
+ cursor: 26,
+ current: "p1",
+ status: "ERROR",
+ message: "'/mach_kernel' already exists",
+ args: {
+ command: { name: "tsfile saveas" },
+ p1: {
+ value: undefined,
+ arg: " /mach_kernel",
+ status: "INCOMPLETE",
+ message: "'/mach_kernel' already exists"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile save /",
+ check: {
+ input: "tsfile save /",
+ hints: "",
+ markup: "VVVVVVVVVVVVI",
+ cursor: 13,
+ current: "p1",
+ status: "ERROR",
+ message: "'/' is not a file",
+ args: {
+ command: { name: "tsfile save" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' is not a file"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile save /zxcv",
+ check: {
+ input: "tsfile save /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVVVVVVVV",
+ cursor: 17,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile save" },
+ p1: {
+ value: "/zxcv",
+ arg: " /zxcv",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile save /mach_kernel",
+ check: {
+ input: "tsfile save /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVVVVVVVVVVV",
+ cursor: 24,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile save" },
+ p1: {
+ value: "/mach_kernel",
+ arg: " /mach_kernel",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile cd /",
+ check: {
+ input: "tsfile cd /",
+ hints: "",
+ markup: "VVVVVVVVVVV",
+ cursor: 11,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile cd" },
+ p1: {
+ value: "/",
+ arg: " /",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile cd /zxcv",
+ check: {
+ input: "tsfile cd /zxcv",
+ // hints: ' -> /dev/',
+ markup: "VVVVVVVVVVIIIII",
+ cursor: 15,
+ current: "p1",
+ status: "ERROR",
+ message: "'/zxcv' doesn't exist",
+ args: {
+ command: { name: "tsfile cd" },
+ p1: {
+ value: undefined,
+ arg: " /zxcv",
+ status: "INCOMPLETE",
+ message: "'/zxcv' doesn't exist"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true || !local,
+ setup: "tsfile cd /etc/passwd",
+ check: {
+ input: "tsfile cd /etc/passwd",
+ hints: " -> /etc/pam.d/",
+ markup: "VVVVVVVVVVIIIIIIIIIII",
+ cursor: 21,
+ current: "p1",
+ status: "ERROR",
+ message: "'/etc/passwd' is not a directory",
+ args: {
+ command: { name: "tsfile cd" },
+ p1: {
+ value: undefined,
+ arg: " /etc/passwd",
+ status: "INCOMPLETE",
+ message: "'/etc/passwd' is not a directory"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile mkdir /",
+ check: {
+ input: "tsfile mkdir /",
+ hints: "",
+ markup: "VVVVVVVVVVVVVI",
+ cursor: 14,
+ current: "p1",
+ status: "ERROR",
+ message: "" / " already exists",
+ args: {
+ command: { name: "tsfile mkdir" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' already exists"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile mkdir /zxcv",
+ check: {
+ input: "tsfile mkdir /zxcv",
+ // hints: ' -> /dev/',
+ markup: "VVVVVVVVVVVVVVVVVV",
+ cursor: 18,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile mkdir" },
+ p1: {
+ value: "/zxcv",
+ arg: " /zxcv",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile mkdir /mach_kernel",
+ check: {
+ input: "tsfile mkdir /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVIIIIIIIIIIII",
+ cursor: 25,
+ current: "p1",
+ status: "ERROR",
+ message: "'/mach_kernel' already exists",
+ args: {
+ command: { name: "tsfile mkdir" },
+ p1: {
+ value: undefined,
+ arg: " /mach_kernel",
+ status: "INCOMPLETE",
+ message: "'/mach_kernel' already exists"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile rm /",
+ check: {
+ input: "tsfile rm /",
+ hints: "",
+ markup: "VVVVVVVVVVV",
+ cursor: 11,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile rm" },
+ p1: {
+ value: "/",
+ arg: " /",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile rm /zxcv",
+ check: {
+ input: "tsfile rm /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVIIIII",
+ cursor: 15,
+ current: "p1",
+ status: "ERROR",
+ message: "'/zxcv' doesn't exist",
+ args: {
+ command: { name: "tsfile rm" },
+ p1: {
+ value: undefined,
+ arg: " /zxcv",
+ status: "INCOMPLETE",
+ message: "'/zxcv' doesn't exist"
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile rm /mach_kernel",
+ check: {
+ input: "tsfile rm /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVVVVVVVVV",
+ cursor: 22,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile rm" },
+ p1: {
+ value: "/mach_kernel",
+ arg: " /mach_kernel",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ }
+ ]);
+};
+
+exports.testFirefoxBasic = function (options) {
+ return helpers.audit(options, [
+ {
+ // These tests are just like the ones above tailored for running in
+ // Firefox
+ skipRemainingIf: true,
+ // skipRemainingIf: !options.isFirefox,
+ skipIf: true,
+ setup: "tsfile open /",
+ check: {
+ input: "tsfile open /",
+ hints: "",
+ markup: "VVVVVVVVVVVVI",
+ cursor: 13,
+ current: "p1",
+ status: "ERROR",
+ message: "'/' is not a file",
+ args: {
+ command: { name: "tsfile open" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' is not a file"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile open /zxcv",
+ check: {
+ input: "tsfile open /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVVVIIIII",
+ cursor: 17,
+ current: "p1",
+ status: "ERROR",
+ message: "'/zxcv' doesn't exist",
+ args: {
+ command: { name: "tsfile open" },
+ p1: {
+ value: undefined,
+ arg: " /zxcv",
+ status: "INCOMPLETE",
+ message: "'/zxcv' doesn't exist"
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile open /mach_kernel",
+ check: {
+ input: "tsfile open /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVVVVVVVVVVV",
+ cursor: 24,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile open" },
+ p1: {
+ value: "/mach_kernel",
+ arg: " /mach_kernel",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile saveas /",
+ check: {
+ input: "tsfile saveas /",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVI",
+ cursor: 15,
+ current: "p1",
+ status: "ERROR",
+ message: "'/' already exists",
+ args: {
+ command: { name: "tsfile saveas" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' already exists"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile saveas /zxcv",
+ check: {
+ input: "tsfile saveas /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVVVVVVVVVV",
+ cursor: 19,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile saveas" },
+ p1: {
+ value: "/zxcv",
+ arg: " /zxcv",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile saveas /mach_kernel",
+ check: {
+ input: "tsfile saveas /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVIIIIIIIIIIII",
+ cursor: 26,
+ current: "p1",
+ status: "ERROR",
+ message: "'/mach_kernel' already exists",
+ args: {
+ command: { name: "tsfile saveas" },
+ p1: {
+ value: undefined,
+ arg: " /mach_kernel",
+ status: "INCOMPLETE",
+ message: "'/mach_kernel' already exists"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile save /",
+ check: {
+ input: "tsfile save /",
+ hints: "",
+ markup: "VVVVVVVVVVVVI",
+ cursor: 13,
+ current: "p1",
+ status: "ERROR",
+ message: "'/' is not a file",
+ args: {
+ command: { name: "tsfile save" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' is not a file"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile save /zxcv",
+ check: {
+ input: "tsfile save /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVVVVVVVV",
+ cursor: 17,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile save" },
+ p1: {
+ value: "/zxcv",
+ arg: " /zxcv",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile save /mach_kernel",
+ check: {
+ input: "tsfile save /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVVVVVVVVVVV",
+ cursor: 24,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile save" },
+ p1: {
+ value: "/mach_kernel",
+ arg: " /mach_kernel",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile cd /",
+ check: {
+ input: "tsfile cd /",
+ hints: "",
+ markup: "VVVVVVVVVVV",
+ cursor: 11,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile cd" },
+ p1: {
+ value: "/",
+ arg: " /",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile cd /zxcv",
+ check: {
+ input: "tsfile cd /zxcv",
+ // hints: ' -> /dev/',
+ // markup: 'VVVVVVVVVVIIIII',
+ cursor: 15,
+ current: "p1",
+ // status: 'ERROR',
+ message: "'/zxcv' doesn't exist",
+ args: {
+ command: { name: "tsfile cd" },
+ p1: {
+ value: undefined,
+ arg: " /zxcv",
+ // status: 'INCOMPLETE',
+ message: "'/zxcv' doesn't exist"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true || !local,
+ setup: "tsfile cd /etc/passwd",
+ check: {
+ input: "tsfile cd /etc/passwd",
+ hints: " -> /etc/pam.d/",
+ markup: "VVVVVVVVVVIIIIIIIIIII",
+ cursor: 21,
+ current: "p1",
+ status: "ERROR",
+ message: "'/etc/passwd' is not a directory",
+ args: {
+ command: { name: "tsfile cd" },
+ p1: {
+ value: undefined,
+ arg: " /etc/passwd",
+ status: "INCOMPLETE",
+ message: "'/etc/passwd' is not a directory"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile mkdir /",
+ check: {
+ input: "tsfile mkdir /",
+ hints: "",
+ markup: "VVVVVVVVVVVVVI",
+ cursor: 14,
+ current: "p1",
+ status: "ERROR",
+ message: "" / " already exists",
+ args: {
+ command: { name: "tsfile mkdir" },
+ p1: {
+ value: undefined,
+ arg: " /",
+ status: "INCOMPLETE",
+ message: "'/' already exists"
+ }
+ }
+ }
+ },
+ {
+ setup: "tsfile mkdir /zxcv",
+ check: {
+ input: "tsfile mkdir /zxcv",
+ // hints: ' -> /dev/',
+ markup: "VVVVVVVVVVVVVVVVVV",
+ cursor: 18,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile mkdir" },
+ p1: {
+ value: "/zxcv",
+ arg: " /zxcv",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile mkdir /mach_kernel",
+ check: {
+ input: "tsfile mkdir /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVIIIIIIIIIIII",
+ cursor: 25,
+ current: "p1",
+ status: "ERROR",
+ message: "'/mach_kernel' already exists",
+ args: {
+ command: { name: "tsfile mkdir" },
+ p1: {
+ value: undefined,
+ arg: " /mach_kernel",
+ status: "INCOMPLETE",
+ message: "'/mach_kernel' already exists"
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile rm /",
+ check: {
+ input: "tsfile rm /",
+ hints: "",
+ markup: "VVVVVVVVVVV",
+ cursor: 11,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile rm" },
+ p1: {
+ value: "/",
+ arg: " /",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ },
+ {
+ skipIf: true,
+ setup: "tsfile rm /zxcv",
+ check: {
+ input: "tsfile rm /zxcv",
+ // hints: ' -> /etc/',
+ markup: "VVVVVVVVVVIIIII",
+ cursor: 15,
+ current: "p1",
+ status: "ERROR",
+ message: "'/zxcv' doesn't exist",
+ args: {
+ command: { name: "tsfile rm" },
+ p1: {
+ value: undefined,
+ arg: " /zxcv",
+ status: "INCOMPLETE",
+ message: "'/zxcv' doesn't exist"
+ }
+ }
+ }
+ },
+ {
+ skipIf: !local,
+ setup: "tsfile rm /mach_kernel",
+ check: {
+ input: "tsfile rm /mach_kernel",
+ hints: "",
+ markup: "VVVVVVVVVVVVVVVVVVVVVV",
+ cursor: 22,
+ current: "p1",
+ status: "VALID",
+ message: "",
+ args: {
+ command: { name: "tsfile rm" },
+ p1: {
+ value: "/mach_kernel",
+ arg: " /mach_kernel",
+ status: "VALID",
+ message: ""
+ }
+ }
+ }
+ }
+ ]);
+};