Changeset 179379 in webkit
- Timestamp:
- Jan 29, 2015, 4:33:06 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
js/script-tests/class-syntax-declaration.js (modified) (1 diff)
-
js/script-tests/class-syntax-expression.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r179378 r179379 1 2015-01-29 Ryosuke Niwa <rniwa@webkit.org> 2 3 Skip these two tests in the stress testing since the feature isn't enabled. 4 5 * js/script-tests/class-syntax-declaration.js: 6 * js/script-tests/class-syntax-expression.js: 7 1 8 2015-01-29 Eric Carlson <eric.carlson@apple.com> 2 9 -
trunk/LayoutTests/js/script-tests/class-syntax-declaration.js
r179371 r179379 1 //@ skip 2 1 3 var constructorCallCount = 0; 2 4 const staticMethodValue = [1]; -
trunk/LayoutTests/js/script-tests/class-syntax-expression.js
r179371 r179379 1 //@ skip 2 1 3 var constructorCallCount = 0; 2 4 const staticMethodValue = [1];
Note:
See TracChangeset
for help on using the changeset viewer.