Re: [webkit-dev] Name nitpick: layout tests

2010-08-04 Thread Zoltan Horvath

 On Mon, Aug 2, 2010 at 7:33 AM, Dan Bernstein m...@apple.com wrote:
 
On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote:
   29.07.2010, в
10:59, Darin Adler написал(а):
   The directory should be eventually be
named Tests or WebKitTests or
  
  RegressionTests.
  
   Ideally,
the directory will have a unique first letter for better tab
  
 
completion - so WebKitTests is a poor option from that point of view. I
 
like the other two.
  
  Tests collides with Tools (which is what
WebKitTools should be renamed
  to).
 
 That sounds like a vote for
RegressionTests
 
 -Darin

I prefer RegressionTests. 

Zoltan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-08-03 Thread Aaron Boodman
On Mon, Aug 2, 2010 at 9:40 AM, Darin Fisher da...@chromium.org wrote:
 On Mon, Aug 2, 2010 at 7:33 AM, Dan Bernstein m...@apple.com wrote:

 On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote:

 
  29.07.2010, в 10:59, Darin Adler написал(а):
 
  The directory should be eventually be named Tests or WebKitTests or
  RegressionTests.
 
 
  Ideally, the directory will have a unique first letter for better tab
  completion - so WebKitTests is a poor option from that point of view. I 
  like
  the other two.

 Tests collides with Tools (which is what WebKitTools should be renamed
 to).

 That sounds like a vote for RegressionTests

I know I'm new around here, but my .02: This seems like a lot of busy
work that will never really complete. We'll end up with LayoutTests
in some places and RegressionTests in others, indefinitely. It will
be even more messy than having the bad name consistently. Keep in mind
that there are places that refer to WebKit's LayoutTests that aren't
even under the WebKit project's control:

http://www.google.com/search?q=webkit+layout+tests+-webkit.org

It seems simpler and better to me to just have a note on the page on
webkit.org that talks about LayoutTests describing the origins of the
name and let sleeping dogs lie.

- a
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-08-03 Thread Darin Adler
I don’t buy in to this at all. We have done many successful renaming projects 
in the past. The future is bigger than the past and it’s worthwhile to do 
maintenance like this.

-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-08-03 Thread Aaron Boodman
On Tue, Aug 3, 2010 at 1:27 PM, Darin Adler da...@apple.com wrote:
 I don’t buy in to this at all. We have done many successful renaming projects 
 in the past. The future is bigger than the past and it’s worthwhile to do 
 maintenance like this.

Okie.

- a
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-08-02 Thread Alexey Proskuryakov

29.07.2010, в 10:59, Darin Adler написал(а):

 The directory should be eventually be named Tests or WebKitTests or 
 RegressionTests. 


Ideally, the directory will have a unique first letter for better tab 
completion - so WebKitTests is a poor option from that point of view. I like 
the other two.

- WBR, Alexey Proskuryakov

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-08-02 Thread Dan Bernstein

On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote:

 
 29.07.2010, в 10:59, Darin Adler написал(а):
 
 The directory should be eventually be named Tests or WebKitTests or 
 RegressionTests. 
 
 
 Ideally, the directory will have a unique first letter for better tab 
 completion - so WebKitTests is a poor option from that point of view. I like 
 the other two.

Tests collides with Tools (which is what WebKitTools should be renamed to).
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-08-02 Thread Darin Fisher
On Mon, Aug 2, 2010 at 7:33 AM, Dan Bernstein m...@apple.com wrote:


 On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote:

 
  29.07.2010, в 10:59, Darin Adler написал(а):
 
  The directory should be eventually be named Tests or WebKitTests or
 RegressionTests.
 
 
  Ideally, the directory will have a unique first letter for better tab
 completion - so WebKitTests is a poor option from that point of view. I like
 the other two.

 Tests collides with Tools (which is what WebKitTools should be renamed to).


That sounds like a vote for RegressionTests

-Darin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Name nitpick: layout tests

2010-07-29 Thread Darin Adler
Hi folks.

WebKit regression tests are in a directory named LayoutTests. The object the 
tests uses to do special test-specific operations is layoutTestController. 
Both of these names are unwanted baggage, left over from when the test 
machinery was only good for testing layout.

The directory should be eventually be named Tests or WebKitTests or 
RegressionTests. Eric Seidel can probably remember talking this over with me 
the day after we added the LayoutTests directory; sorry that I never fixed it!

The object should be named testController, or perhaps someone can think of an 
even better name. A super-short one would probably be OK; the only practical 
problem is that we don’t want to choose a name that is likely to conflict with 
something we’ll add to HTML5 in the future. (I would have used the phrase “the 
web platform” instead of HTML5, which would be way better for pedants, but I 
think it would confuse others.)

While we may be stuck with the current names for some time, we should not 
introduce new uses of the word layout in the context of our regression test 
machinery.

That’s why the script is named run-webkit-tests, not run-layout-tests. I 
renamed that one in time, before we went wide with the WebKit project. It’s my 
fault we didn’t rename those other things sooner.

As a first step, I suggest we make the test controller object available under 
its new name, and start using that name in new tests. Once we convert all the 
tests, we can drop the layoutTestController name entirely.

Your thoughts?

-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-07-29 Thread Ryosuke Niwa
On Thu, Jul 29, 2010 at 10:59 AM, Darin Adler da...@apple.com wrote:

 The directory should be eventually be named Tests or WebKitTests or
 RegressionTests. Eric Seidel can probably remember talking this over with me
 the day after we added the LayoutTests directory; sorry that I never fixed
 it!


This sounds like an easy fix compared to converting all the existing tests.
 I do like the idea of renaming it since some tests aren't really testing
the layout.

As a first step, I suggest we make the test controller object available
 under its new name, and start using that name in new tests. Once we convert
 all the tests, we can drop the layoutTestController name entirely.


But I'm not sure if converting all the existing tests is feasible or worth
the effort.  Is there any practical problem other than being semantically
wrong?

Best,
Ryosuke Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-07-29 Thread Darin Adler
On Jul 29, 2010, at 11:09 AM, Ryosuke Niwa wrote:

 But I'm not sure if converting all the existing tests is feasible or worth 
 the effort. Is there any practical problem other than being semantically 
 wrong?

This is not something we have to decide up front.

Converting the existing tests is not only feasible but quite easy, but I agree 
that it’s not important.

-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-07-29 Thread Dirk Pranke
On Thu, Jul 29, 2010 at 10:59 AM, Darin Adler da...@apple.com wrote:
 Hi folks.

 WebKit regression tests are in a directory named LayoutTests. The object the 
 tests uses to do special test-specific operations is layoutTestController. 
 Both of these names are unwanted baggage, left over from when the test 
 machinery was only good for testing layout.

 The directory should be eventually be named Tests or WebKitTests or 
 RegressionTests. Eric Seidel can probably remember talking this over with me 
 the day after we added the LayoutTests directory; sorry that I never fixed it!

 The object should be named testController, or perhaps someone can think of an 
 even better name. A super-short one would probably be OK; the only practical 
 problem is that we don’t want to choose a name that is likely to conflict 
 with something we’ll add to HTML5 in the future. (I would have used the 
 phrase “the web platform” instead of HTML5, which would be way better for 
 pedants, but I think it would confuse others.)

 While we may be stuck with the current names for some time, we should not 
 introduce new uses of the word layout in the context of our regression test 
 machinery.

 That’s why the script is named run-webkit-tests, not run-layout-tests. I 
 renamed that one in time, before we went wide with the WebKit project. It’s 
 my fault we didn’t rename those other things sooner.

 As a first step, I suggest we make the test controller object available under 
 its new name, and start using that name in new tests. Once we convert all the 
 tests, we can drop the layoutTestController name entirely.

 Your thoughts?

    -- Darin


Sounds good to me.

-- Dirk
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Name nitpick: layout tests

2010-07-29 Thread Kenneth Christiansen
I'm fine with it as well; the name confuses a lot of new contributors.

Kenneth

On Thu, Jul 29, 2010 at 3:15 PM, Dirk Pranke dpra...@chromium.org wrote:
 On Thu, Jul 29, 2010 at 10:59 AM, Darin Adler da...@apple.com wrote:
 Hi folks.

 WebKit regression tests are in a directory named LayoutTests. The object the 
 tests uses to do special test-specific operations is layoutTestController. 
 Both of these names are unwanted baggage, left over from when the test 
 machinery was only good for testing layout.

 The directory should be eventually be named Tests or WebKitTests or 
 RegressionTests. Eric Seidel can probably remember talking this over with me 
 the day after we added the LayoutTests directory; sorry that I never fixed 
 it!

 The object should be named testController, or perhaps someone can think of 
 an even better name. A super-short one would probably be OK; the only 
 practical problem is that we don’t want to choose a name that is likely to 
 conflict with something we’ll add to HTML5 in the future. (I would have used 
 the phrase “the web platform” instead of HTML5, which would be way better 
 for pedants, but I think it would confuse others.)

 While we may be stuck with the current names for some time, we should not 
 introduce new uses of the word layout in the context of our regression 
 test machinery.

 That’s why the script is named run-webkit-tests, not run-layout-tests. I 
 renamed that one in time, before we went wide with the WebKit project. It’s 
 my fault we didn’t rename those other things sooner.

 As a first step, I suggest we make the test controller object available 
 under its new name, and start using that name in new tests. Once we convert 
 all the tests, we can drop the layoutTestController name entirely.

 Your thoughts?

    -- Darin


 Sounds good to me.

 -- Dirk
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
Kenneth Rohde Christiansen
Technical Lead / Senior Software Engineer
Qt Labs Americas, Nokia Technology Institute, INdT
Phone  +55 81 8895 6002 / E-mail kenneth.christiansen at openbossa.org
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev