Skip to content

Commit 4422270

Browse files
Add copyright notice to test files and regenerate baselines
1 parent 6b786fe commit 4422270

74 files changed

Lines changed: 362 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test/DebuggerCommon/ES6_RegExp_specialproperties.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
var r = /./;
27
/**bp:evaluate('r',1)**/
38

test/DebuggerCommon/ES6_intl_simple_attach.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
25

36
/*
47
Intl Object

test/DebuggerCommon/ES6_intl_stepinto.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
/*
27
Internationalization - Step Into tests
38
*/

test/DebuggerCommon/ES6_intl_stepinto_libexpandos.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
/*
27
Internationalization - Step Into Lib Methods
38
*/

test/DebuggerCommon/ES6_intl_stepinto_libexpandos.js.dbg.baseline

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
{
33
"callStack": [
44
{
5-
"line": 6,
5+
"line": 11,
66
"column": 1,
77
"sourceText": "comp",
88
"function": "Anonymous function"
99
},
1010
{
11-
"line": 4,
11+
"line": 9,
1212
"column": 1,
1313
"sourceText": "function () {\r\n var comp = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n\tcomp;\r\n var numFormat = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n\tnumFormat;\r\n var date = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n date;\r\n WScript.Echo('PASSED');\r\n})()",
1414
"function": "Global code"
@@ -18,13 +18,13 @@
1818
{
1919
"callStack": [
2020
{
21-
"line": 8,
21+
"line": 13,
2222
"column": 1,
2323
"sourceText": "numFormat",
2424
"function": "Anonymous function"
2525
},
2626
{
27-
"line": 4,
27+
"line": 9,
2828
"column": 1,
2929
"sourceText": "function () {\r\n var comp = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n\tcomp;\r\n var numFormat = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n\tnumFormat;\r\n var date = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n date;\r\n WScript.Echo('PASSED');\r\n})()",
3030
"function": "Global code"
@@ -34,13 +34,13 @@
3434
{
3535
"callStack": [
3636
{
37-
"line": 10,
37+
"line": 15,
3838
"column": 4,
3939
"sourceText": "date",
4040
"function": "Anonymous function"
4141
},
4242
{
43-
"line": 4,
43+
"line": 9,
4444
"column": 1,
4545
"sourceText": "function () {\r\n var comp = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n\tcomp;\r\n var numFormat = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n\tnumFormat;\r\n var date = Intl.Collator();/**bp:resume('step_into');stack()**/\r\n date;\r\n WScript.Echo('PASSED');\r\n})()",
4646
"function": "Global code"

test/DebuggerCommon/ES6_letconst_const_reassignment_fnscope.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16

27
/*
38
Const Reassignment inside function

test/DebuggerCommon/ES6_letconst_const_reassignment_globalscope.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
/*
27
Const Reassignment from debugger
38
*/

test/DebuggerCommon/ES6_letconst_const_usebeforedeclaration.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
/*
27
Const Use before declaration
38
*/

test/DebuggerCommon/ES6_letconst_eval_nonstrict.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
/*
27
eval has its own scope
38
*/

test/DebuggerCommon/ES6_letconst_eval_strict_fn.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
16
/*
27
Strict mode, eval has its own scope
38
*/

0 commit comments

Comments
 (0)