| Index: swarm_client/tests/isolate/all_items_invalid.isolate
|
| ===================================================================
|
| --- swarm_client/tests/isolate/all_items_invalid.isolate (revision 235167)
|
| +++ swarm_client/tests/isolate/all_items_invalid.isolate (working copy)
|
| @@ -1,25 +0,0 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -{
|
| - 'variables': {
|
| - 'command' : [
|
| - 'python',
|
| - 'empty.py',
|
| - ],
|
| - 'isolate_dependency_tracked': [
|
| - # A single valid file so the command is valid and exits without an error.
|
| - 'empty.py',
|
| - # File doesn't exist.
|
| - 'A_file_that_does_not_exist',
|
| - ],
|
| - 'isolate_dependency_untracked': [
|
| - # Directory missing trailing slash.
|
| - 'files1',
|
| - ],
|
| - 'isolate_dependency_touched': [
|
| - # File doesn't exist.
|
| - 'A_file_that_does_not_exist_either',
|
| - ],
|
| - },
|
| -}
|
|
|