Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: mojo/tools/data/gotests

Issue 1908273003: Mojom frontend: An algorithm for detecting ill-founded nodes in a graph. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Responding to code review. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mojom/mojom_parser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains a list of Go tests that should be run by the script 1 # This file contains a list of Go tests that should be run by the script
2 # mojo/tools/run_pure_go_tests.py. 2 # mojo/tools/run_pure_go_tests.py.
3 # 3 #
4 # The contents should be valid Python defining a global variable named 4 # The contents should be valid Python defining a global variable named
5 # "test_dirs" defined as a list of paths relative to the Mojo source root 5 # "test_dirs" defined as a list of paths relative to the Mojo source root
6 # of directories containing a Go package. Use forward slash ("/") as the 6 # of directories containing a Go package. Use forward slash ("/") as the
7 # path separator. 7 # path separator.
8 test_dirs = [ 8 test_dirs = [
9 'mojom/mojom_parser/integration_tests', 9 'mojom/mojom_parser/integration_tests',
10 'mojom/mojom_parser/lexer', 10 'mojom/mojom_parser/lexer',
11 'mojom/mojom_parser/mojom', 11 'mojom/mojom_parser/mojom',
12 'mojom/mojom_parser/parser', 12 'mojom/mojom_parser/parser',
13 'mojom/mojom_parser/serialization', 13 'mojom/mojom_parser/serialization',
14 'mojom/mojom_parser/utils',
14 ] 15 ]
OLDNEW
« no previous file with comments | « no previous file | mojom/mojom_parser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698