MCPcopy Create free account
hub / github.com/nodejs/node / testFileList_arm

Method testFileList_arm

deps/v8/tools/gcmole/gcmole_test.py:80–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 list(map(abs_test_file, expected)))
79
80 def testFileList_arm(self):
81 options = Options(TESTDATA_PATH, 'arm', 1, 0, False)
82 expected = [
83 'file1.cc',
84 'file2.cc',
85 'file3.cc',
86 'file4.cc',
87 'arm/file1.cc',
88 'arm/file2.cc',
89 ]
90 self.assertEqual(
91 gcmole.build_file_list(options),
92 list(map(abs_test_file, expected)))
93
94
95GC = 'Foo,NowCollectAllTheGarbage'

Callers

nothing calls this directly

Calls 3

OptionsFunction · 0.50
listFunction · 0.50
mapFunction · 0.50

Tested by

no test coverage detected