Fix test case numbers.

pull/10514/head
Jussi Pakkanen 3 years ago committed by Dylan Baker
parent 11f76c2fc7
commit befd26985c
  1. 0
      test cases/common/252 subproject dependency variables/meson.build
  2. 0
      test cases/common/252 subproject dependency variables/subprojects/subfiles/foo.c
  3. 0
      test cases/common/252 subproject dependency variables/subprojects/subfiles/meson.build
  4. 0
      test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir/foo.c
  5. 0
      test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir2/foo.c
  6. 0
      test cases/common/252 subproject dependency variables/test.json
  7. 0
      test cases/failing/124 subproject sandbox violation/meson.build
  8. 0
      test cases/failing/124 subproject sandbox violation/meson_options.txt
  9. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj1/file.txt
  10. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj1/meson.build
  11. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build
  12. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj2/file.txt
  13. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj2/meson.build
  14. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj2/nested/meson.build
  15. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj3/file.txt
  16. 0
      test cases/failing/124 subproject sandbox violation/subprojects/subproj3/meson.build
  17. 2
      test cases/failing/124 subproject sandbox violation/test.json
  18. 0
      test cases/failing/125 override and add_project_dependency/inc/lib.h
  19. 0
      test cases/failing/125 override and add_project_dependency/lib.c
  20. 0
      test cases/failing/125 override and add_project_dependency/meson.build
  21. 0
      test cases/failing/125 override and add_project_dependency/subprojects/a/meson.build
  22. 0
      test cases/failing/125 override and add_project_dependency/subprojects/a/prog.c
  23. 2
      test cases/failing/125 override and add_project_dependency/test.json
  24. 0
      test cases/failing/126 targets before add_project_dependency/inc/lib.h
  25. 0
      test cases/failing/126 targets before add_project_dependency/lib.c
  26. 0
      test cases/failing/126 targets before add_project_dependency/meson.build
  27. 2
      test cases/failing/126 targets before add_project_dependency/test.json
  28. 0
      test cases/failing/127 extract from unity/meson.build
  29. 0
      test cases/failing/127 extract from unity/src1.c
  30. 0
      test cases/failing/127 extract from unity/src2.c
  31. 2
      test cases/failing/127 extract from unity/test.json
  32. 0
      test cases/failing/128 subproject object as a dependency/main.c
  33. 0
      test cases/failing/128 subproject object as a dependency/meson.build
  34. 0
      test cases/failing/128 subproject object as a dependency/subprojects/sub/meson.build
  35. 2
      test cases/failing/128 subproject object as a dependency/test.json
  36. 0
      test cases/unit/100 custom target name/file.txt.in
  37. 0
      test cases/unit/100 custom target name/meson.build
  38. 0
      test cases/unit/100 custom target name/subdir/meson.build
  39. 0
      test cases/unit/101 relative find program/foo.py
  40. 0
      test cases/unit/101 relative find program/meson.build
  41. 0
      test cases/unit/101 relative find program/subdir/meson.build
  42. 0
      test cases/unit/102 rlib linkage/lib2.rs
  43. 0
      test cases/unit/102 rlib linkage/main.rs
  44. 0
      test cases/unit/102 rlib linkage/meson.build
  45. 0
      test cases/unit/103 python without pkgconfig/meson.build
  46. 0
      test cases/unit/104 strip/lib.c
  47. 0
      test cases/unit/104 strip/meson.build
  48. 0
      test cases/unit/105 debug function/meson.build
  49. 0
      test cases/unit/106 pkgconfig relocatable with absolute path/meson.build
  50. 0
      test cases/unit/107 subproject symlink/cp.py
  51. 0
      test cases/unit/107 subproject symlink/main.c
  52. 0
      test cases/unit/107 subproject symlink/meson.build
  53. 0
      test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile
  54. 0
      test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build
  55. 0
      test cases/unit/107 subproject symlink/symlinked_subproject/meson.build
  56. 0
      test cases/unit/107 subproject symlink/symlinked_subproject/src.c
  57. 0
      test cases/unit/108 new subproject on reconfigure/meson.build
  58. 0
      test cases/unit/108 new subproject on reconfigure/meson_options.txt
  59. 0
      test cases/unit/108 new subproject on reconfigure/subprojects/foo/foo.c
  60. 0
      test cases/unit/108 new subproject on reconfigure/subprojects/foo/meson.build
  61. 0
      test cases/unit/92 install skip subprojects/foo.c
  62. 0
      test cases/unit/92 install skip subprojects/foo.dat
  63. 0
      test cases/unit/92 install skip subprojects/foo.h
  64. 0
      test cases/unit/92 install skip subprojects/foo/foofile
  65. 0
      test cases/unit/92 install skip subprojects/meson.build
  66. 0
      test cases/unit/92 install skip subprojects/subprojects/bar/bar.c
  67. 0
      test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat
  68. 0
      test cases/unit/92 install skip subprojects/subprojects/bar/bar.h
  69. 0
      test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile
  70. 0
      test cases/unit/92 install skip subprojects/subprojects/bar/meson.build
  71. 0
      test cases/unit/93 new subproject in configured project/meson.build
  72. 0
      test cases/unit/93 new subproject in configured project/meson_options.txt
  73. 0
      test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c
  74. 0
      test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build
  75. 0
      test cases/unit/94 clangformat/.clang-format
  76. 0
      test cases/unit/94 clangformat/.clang-format-ignore
  77. 0
      test cases/unit/94 clangformat/.clang-format-include
  78. 0
      test cases/unit/94 clangformat/meson.build
  79. 0
      test cases/unit/94 clangformat/not-included/badformat.cpp
  80. 0
      test cases/unit/94 clangformat/src/badformat.c
  81. 0
      test cases/unit/94 clangformat/src/badformat.cpp
  82. 0
      test cases/unit/95 custominc/easytogrepfor/genh.py
  83. 0
      test cases/unit/95 custominc/easytogrepfor/meson.build
  84. 0
      test cases/unit/95 custominc/helper.c
  85. 0
      test cases/unit/95 custominc/meson.build
  86. 0
      test cases/unit/95 custominc/prog.c
  87. 0
      test cases/unit/95 custominc/prog2.c
  88. 0
      test cases/unit/96 implicit force fallback/meson.build
  89. 0
      test cases/unit/96 implicit force fallback/subprojects/something/meson.build
  90. 0
      test cases/unit/97 compiler.links file arg/meson.build
  91. 0
      test cases/unit/97 compiler.links file arg/test.c
  92. 0
      test cases/unit/98 link full name/.gitignore
  93. 0
      test cases/unit/98 link full name/libtestprovider/meson.build
  94. 0
      test cases/unit/98 link full name/libtestprovider/provider.c
  95. 0
      test cases/unit/98 link full name/proguser/meson.build
  96. 0
      test cases/unit/98 link full name/proguser/receiver.c
  97. 0
      test cases/unit/99 install all targets/bar-custom.txt
  98. 0
      test cases/unit/99 install all targets/bar-devel.h
  99. 0
      test cases/unit/99 install all targets/bar-notag.txt
  100. 0
      test cases/unit/99 install all targets/custom_files/data.txt
  101. Some files were not shown because too many files have changed in this diff Show More

@ -10,7 +10,7 @@
},
"stdout": [
{
"line": "test cases/failing/123 subproject sandbox violation/meson.build:24:0: ERROR: Sandbox violation: Tried to grab file file.txt from a nested subproject."
"line": "test cases/failing/124 subproject sandbox violation/meson.build:24:0: ERROR: Sandbox violation: Tried to grab file file.txt from a nested subproject."
}
]
}

@ -1,7 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/124 override and add_project_dependency/subprojects/a/meson.build:6:0: ERROR: Dependencies must be external dependencies"
"line": "test cases/failing/125 override and add_project_dependency/subprojects/a/meson.build:6:0: ERROR: Dependencies must be external dependencies"
}
]
}

@ -1,7 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/125 targets before add_project_dependency/meson.build:5:0: ERROR: Tried to use 'add_project_dependencies' after a build target has been declared."
"line": "test cases/failing/126 targets before add_project_dependency/meson.build:5:0: ERROR: Tried to use 'add_project_dependencies' after a build target has been declared."
}
]
}

@ -1,7 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/126 extract from unity/meson.build:4:0: ERROR: Single object files can not be extracted in Unity builds. You can only extract all the object files for each compiler at once."
"line": "test cases/failing/127 extract from unity/meson.build:4:0: ERROR: Single object files can not be extracted in Unity builds. You can only extract all the object files for each compiler at once."
}
]
}

@ -1,7 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/127 subproject object as a dependency/meson.build:3:0: ERROR: Tried to use subproject object as a dependency."
"line": "test cases/failing/128 subproject object as a dependency/meson.build:3:0: ERROR: Tried to use subproject object as a dependency."
}
]
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save