Remove stale webgl_conformance expectations

Removes expectations for the webgl_conformance suite that have been
determined to be stale. This only touches expectations that have passed
100% of the time on all builders.

Bug: 1155766, 1018028, 1110111, 979444, 1105129
Bug: 685232, 772037, 825338, 1023745, 478572
Bug: 931006, 951628, 626524, 630860, 898674
Bug: 829389, 680754, 750896, 825416, 737018
Bug: 680754, 829389, angleproject:4539, 728670, 690248
Bug: 653533, 415609, 617148, 992224, 703779
Bug: angleproject:3741, angleproject:2939, 1020295, angleproject:3481
Bug: angleproject:2926, angleproject:4569, 1017162, 974347
Bug: angleproject:4286, 599272, 928926, 1108676, 1154745
Bug: 1018028, 886970, 635081, 992313, 871352
Bug: 948218, 1027776, 1059760, angleproject:4846, 1021428
Bug: 524144, 596622, 703779, 918995, 550989
Bug: 965594, 1028639, 1060632, 1081973, 1143323
Bug: 907512, 733599, 611943, 709704, 1098311
Bug: 920737, 912161, 793050, 818041, 1135659
Bug: 716496, 891456, 934545, 1043431, 1135785
Bug: 912161, 891456, 798117, 606096, 912161
Bug: 891456, 478572, 845411, 845438, 995652
Bug: 981579, 906724, 1081973, 1136106, 1145830
Bug: 1042897, 1114284, 1119939, 1102991
Change-Id: I6fc4058996d2c20513310f174256c5b7cfe388af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593183
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840677}
1 file changed
tree: b5807ba5f28ae9ba948372ef17d6007845f8de2a
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. cloud_print/
  13. codelabs/
  14. components/
  15. content/
  16. courgette/
  17. crypto/
  18. dbus/
  19. device/
  20. docs/
  21. extensions/
  22. fuchsia/
  23. gin/
  24. google_apis/
  25. google_update/
  26. gpu/
  27. headless/
  28. infra/
  29. ios/
  30. ipc/
  31. jingle/
  32. media/
  33. mojo/
  34. native_client_sdk/
  35. net/
  36. pdf/
  37. ppapi/
  38. printing/
  39. remoting/
  40. rlz/
  41. sandbox/
  42. services/
  43. skia/
  44. sql/
  45. storage/
  46. styleguide/
  47. testing/
  48. third_party/
  49. tools/
  50. ui/
  51. url/
  52. weblayer/
  53. .clang-format
  54. .clang-tidy
  55. .eslintrc.js
  56. .git-blame-ignore-revs
  57. .gitattributes
  58. .gitignore
  59. .gn
  60. .vpython
  61. .vpython3
  62. .yapfignore
  63. AUTHORS
  64. BUILD.gn
  65. CODE_OF_CONDUCT.md
  66. codereview.settings
  67. DEPS
  68. DIR_METADATA
  69. ENG_REVIEW_OWNERS
  70. LICENSE
  71. LICENSE.chromium_os
  72. OWNERS
  73. PRESUBMIT.py
  74. PRESUBMIT_test.py
  75. PRESUBMIT_test_mocks.py
  76. README.md
  77. WATCHLISTS
README.md

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure .

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.