Lines Matching refs:True
13 NO_DEBUG_INFO_TESTCASE = True
27 substrs=["can't replace builtin command"], error=True)
29 substrs=["Path component: 'process' is not a user command"], error=True)
31 substrs=["Path component: 'process' is not a user command"], error=True)
63 substrs=["cannot add command: sub-command already exists"], error=True)
82 substrs=["'test-mult' not found"], error=True)
85 substrs=["'test-multi-su' not found"], error=True)
89 substrs=["'welcom' not found"], error=True)
93 substrs=["subcommand 'test-multi-sub' is not a user command"], error=True)
98 substrs=["command 'test-multi' is a multi-word command."], error=True)
100 substrs=["subcommand 'test-multi-sub' is not a user command"], error = True)
104 substrs=["subcommand 'welcome' is not a container command"], error = True)
108 … substrs=["'test-multi' is a user container command and cannot be overwritten."], error=True)
112 …", "Delete builtin command fails", substrs=["command 'process' is not a user command"], error=True)
120 substrs=["'test-multi-sub' does not have any subcommands."], error=True)
127 self.expect("test-multi test-multi-sub", "Command is not active", error=True,
134 …ct("test-multi", "Root command gone", substrs=["'test-multi' is not a valid command."], error=True)