Bug 142136 - Running tests should not dirty my tree
Summary: Running tests should not dirty my tree
Status: RESOLVED DUPLICATE of bug 142083
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-28 13:52 PST by Simon Fraser (smfr)
Modified: 2015-02-28 13:56 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-02-28 13:52:56 PST
Running layout tests should not touch files in the tree, but this happens with imported w3c tests:

 1$ $ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/01.pem
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/02.pem
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/cacert.pem
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/cakey.pem
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/index.txt.old
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/localhost.key
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/localhost.pem
	modified:   LayoutTests/imported/w3c/web-platform-tests/_certs/serial
Comment 1 youenn fablet 2015-02-28 13:56:00 PST

*** This bug has been marked as a duplicate of bug 142083 ***