Commit 6da4aa3
test: give js-native-api tests consistent names
The convention for js-native-api/<test_name>:
* <test_name>.c or <test_name>.cc has the entry point
* The name of the target is <test_name>
PR-URL: #38692
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent a47fd67 commit 6da4aa3Copy full SHA for 6da4aa3
File tree
Expand file treeCollapse file tree
24 files changed
+24
-24
lines changedOpen diff view settings
Filter options
- test/js-native-api
- 2_function_arguments
- 3_callbacks
- 4_object_factory
- 5_function_factory
- 6_object_wrap
- 7_factory_wrap
- 8_passing_wrapped
- test_new_target
Expand file treeCollapse file tree
24 files changed
+24
-24
lines changedOpen diff view settings
Collapse file
…ative-api/2_function_arguments/binding.c …unction_arguments/2_function_arguments.ctest/js-native-api/2_function_arguments/binding.c renamed to test/js-native-api/2_function_arguments/2_function_arguments.c test/js-native-api/2_function_arguments/binding.c renamed to test/js-native-api/2_function_arguments/2_function_arguments.c
Copy file name to clipboardFile renamed without changes.
Collapse file
test/js-native-api/2_function_arguments/binding.gyp
Copy file name to clipboardExpand all lines: test/js-native-api/2_function_arguments/binding.gyp+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
Collapse file
test/js-native-api/2_function_arguments/test.js
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
Collapse file
test/js-native-api/3_callbacks/binding.c …/js-native-api/3_callbacks/3_callbacks.ctest/js-native-api/3_callbacks/binding.c renamed to test/js-native-api/3_callbacks/3_callbacks.c test/js-native-api/3_callbacks/binding.c renamed to test/js-native-api/3_callbacks/3_callbacks.c
Copy file name to clipboardFile renamed without changes.
Collapse file
test/js-native-api/3_callbacks/binding.gyp
Copy file name to clipboardExpand all lines: test/js-native-api/3_callbacks/binding.gyp+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
Collapse file
test/js-native-api/3_callbacks/test.js
Copy file name to clipboardExpand all lines: test/js-native-api/3_callbacks/test.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
…js-native-api/4_object_factory/binding.c …-api/4_object_factory/4_object_factory.ctest/js-native-api/4_object_factory/binding.c renamed to test/js-native-api/4_object_factory/4_object_factory.c test/js-native-api/4_object_factory/binding.c renamed to test/js-native-api/4_object_factory/4_object_factory.c
Copy file name to clipboardFile renamed without changes.
Collapse file
test/js-native-api/4_object_factory/binding.gyp
Copy file name to clipboardExpand all lines: test/js-native-api/4_object_factory/binding.gyp+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
Collapse file
test/js-native-api/4_object_factory/test.js
Copy file name to clipboardExpand all lines: test/js-native-api/4_object_factory/test.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
…-native-api/5_function_factory/binding.c …/5_function_factory/5_function_factory.ctest/js-native-api/5_function_factory/binding.c renamed to test/js-native-api/5_function_factory/5_function_factory.c test/js-native-api/5_function_factory/binding.c renamed to test/js-native-api/5_function_factory/5_function_factory.c
Copy file name to clipboardFile renamed without changes.
0 commit comments