| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Apr 2013 17:06:34
1.0.8_3
|
sunpoet  |
- Update to latest snapshot (20130304) and unbreak this port
- Bump PORTREVISION for distfile change
Changes: https://code.google.com/p/google-js-test/source/list
Feature safe: yes |
17 Apr 2013 15:37:49
1.0.8_2
|
miwi  |
- Broken fails to build
gjstest/internal/cpp/typed_arrays.cc: In static member function 'static
v8::Persistent<v8::FunctionTemplate><unnamed>::TypedArray<TBytes,
TEAType>::GetTemplate() [with unsigned int TBytes = 8u, v8::ExternalArrayType
TEAType = kExternalDoubleArray]':
gjstest/internal/cpp/typed_arrays.cc:854: instantiated from here
gjstest/internal/cpp/typed_arrays.cc:180: warning: 'New' is deprecated (declared
at /usr/local/include/v8.h:4435)
gmake: *** [gjstest/internal/cpp/typed_arrays.o] Error 1
*** Error code 1
Feature safe: yes |
18 Mar 2013 15:14:28
1.0.8_2
|
vanilla  |
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING. |
10 Jan 2013 21:24:39
1.0.8_1
|
leeym  |
- bump PORTREVISION since shlib version of gflags was changed
Noticed by: sunpoet |
04 Dec 2012 10:10:42
1.0.8
|
sunpoet  |
- Update to 1.0.8
- Cleanup Makefile header
Changes: http://code.google.com/p/google-js-test/source/list?name=release-1.0.8
Feature safe: yes |
26 Apr 2012 12:50:13
1.0.7
|
sunpoet  |
- Update to 1.0.7
- Add LICENSE
Changes:
http://code.google.com/p/google-js-test/source/list?name=release-1.0.7 |
18 Oct 2011 17:03:51
1.0.6
|
sunpoet  |
- Add gjstest 1.0.6
Google JS Test is a fast javascript unit testing framework that runs on the V8
engine, without needing to launch a full browser.
Features include:
- Extremely fast test startup and execution time, without having to run a
browser.
- Clean, readable output in the case of both passing and failing tests.
- A browser-based test driver that can simply be refreshed whenever JS is
changed.
- Style and semantics that resemble Google Test for C++.
- A built-in mocking framework that requires minimal boilerplate code (e.g. no
$tearDown or $verifyAll) with style and semantics based on the Google C++
Mocking Framework.
The trade-off is that since tests are run in V8 without a browser, there is no
DOM available. You can still use Google JS Test for tests of DOM-manipulating
code however; see "Is it for me?" [1] for more details.
[1] http://code.google.com/p/google-js-test/wiki/IsItForMe
WWW: http://code.google.com/p/google-js-test/ |